mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	styling changes of buttons
This commit is contained in:
		| @@ -13,7 +13,7 @@ import utils from '../services/utils.js'; | ||||
|  */ | ||||
| export default class Component { | ||||
|     constructor() { | ||||
|         this.componentId = `comp-` + this.sanitizedClassName + '-' + utils.randomString(8); | ||||
|         this.componentId = this.sanitizedClassName + '-' + utils.randomString(8); | ||||
|         /** @type Component[] */ | ||||
|         this.children = []; | ||||
|         this.initialized = null; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user