mobile fix

This commit is contained in:
zadam 2022-12-04 22:59:09 +01:00
parent d3bf0c1d8e
commit 74fdaad032

View File

@ -238,7 +238,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
this.reloadTreeFromCache(); this.reloadTreeFromCache();
}); });
this.initFancyTree(); froca.initializedPromise.then(() => this.initFancyTree());
this.setupNoteTitleTooltip(); this.setupNoteTitleTooltip();
} }