mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	chore(client/ts): port widgets/basic_widget
This commit is contained in:
		| @@ -16,6 +16,7 @@ export default class Component { | ||||
|     children: Component[]; | ||||
|     initialized: Promise<void> | null; | ||||
|     parent?: Component; | ||||
|     position!: number; | ||||
|  | ||||
|     constructor() { | ||||
|         this.componentId = `${this.sanitizedClassName}-${utils.randomString(8)}`; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user