mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	mobile layout improvements
This commit is contained in:
		| @@ -238,7 +238,8 @@ export default class NoteTreeWidget extends NoteContextAwareWidget { | ||||
|             this.reloadTreeFromCache(); | ||||
|         }); | ||||
|  | ||||
|         froca.initializedPromise.then(() => this.initFancyTree()); | ||||
|         // note tree starts initializing already during render which is atypical | ||||
|         Promise.all([options.initializedPromise, froca.initializedPromise]).then(() => this.initFancyTree()); | ||||
|  | ||||
|         this.setupNoteTitleTooltip(); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user