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