mobile layout improvements

This commit is contained in:
zadam
2022-12-11 21:27:03 +01:00
parent dcfa9c4c0b
commit c1d4d3fc8a
4 changed files with 41 additions and 11 deletions

View File

@@ -238,7 +238,8 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
this.reloadTreeFromCache();
});
froca.initializedPromise.then(() => this.initFancyTree());
// note tree starts initializing already during render which is atypical
Promise.all([options.initializedPromise, froca.initializedPromise]).then(() => this.initFancyTree());
this.setupNoteTitleTooltip();
}