mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix mobile frontend
This commit is contained in:
parent
5024454914
commit
58f610b2c6
@ -18,10 +18,10 @@ class AppContext extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async start() {
|
async start() {
|
||||||
this.showWidgets();
|
|
||||||
|
|
||||||
await Promise.all([treeCache.initializedPromise, options.initializedPromise]);
|
await Promise.all([treeCache.initializedPromise, options.initializedPromise]);
|
||||||
|
|
||||||
|
this.showWidgets();
|
||||||
|
|
||||||
this.tabManager.loadTabs();
|
this.tabManager.loadTabs();
|
||||||
|
|
||||||
setTimeout(() => bundleService.executeStartupBundles(), 2000);
|
setTimeout(() => bundleService.executeStartupBundles(), 2000);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user