mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 21:05:55 +01:00
initializing note tree synchronously
This commit is contained in:
@@ -50,7 +50,7 @@ const TPL = `
|
||||
export default class NotePathsWidget extends TabAwareWidget {
|
||||
doRender() {
|
||||
this.$widget = $(TPL);
|
||||
this.contentSized();
|
||||
this.overflowing();
|
||||
|
||||
this.$currentPath = this.$widget.find('.current-path');
|
||||
this.$dropdown = this.$widget.find(".dropdown");
|
||||
|
||||
Reference in New Issue
Block a user