mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +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