mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	fix collapsing of note revisions
This commit is contained in:
		| @@ -15,7 +15,7 @@ import Mutex from "../services/mutex.js"; | ||||
|  */ | ||||
| export default class Component { | ||||
|     constructor() { | ||||
|         this.componentId = `comp-${this.constructor.name}-` + utils.randomString(6); | ||||
|         this.componentId = `comp-` + utils.randomString(8); | ||||
|         /** @type Component[] */ | ||||
|         this.children = []; | ||||
|         this.initialized = Promise.resolve(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user