mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	routes refactoring
This commit is contained in:
		| @@ -31,9 +31,12 @@ class AppContext extends Component { | ||||
|     async start() { | ||||
|         this.initComponents(); | ||||
|  | ||||
|         // options are often needed for isEnabled() | ||||
|         await options.initializedPromise; | ||||
|  | ||||
|         this.renderWidgets(); | ||||
|  | ||||
|         await Promise.all([froca.initializedPromise, options.initializedPromise]); | ||||
|         await froca.initializedPromise; | ||||
|  | ||||
|         this.tabManager.loadTabs(); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user