mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00
fix mobile frontend
This commit is contained in:
parent
5024454914
commit
58f610b2c6
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user