mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-06 21:09:50 -06:00
fix mobile frontend
This commit is contained in:
@@ -18,10 +18,10 @@ class AppContext extends Component {
|
||||
}
|
||||
|
||||
async start() {
|
||||
this.showWidgets();
|
||||
|
||||
await Promise.all([treeCache.initializedPromise, options.initializedPromise]);
|
||||
|
||||
this.showWidgets();
|
||||
|
||||
this.tabManager.loadTabs();
|
||||
|
||||
setTimeout(() => bundleService.executeStartupBundles(), 2000);
|
||||
|
||||
Reference in New Issue
Block a user