mirror of
https://github.com/zadam/trilium.git
synced 2025-01-15 03:27:44 +08:00
Merge branch 'master' into dev
This commit is contained in:
commit
e411ad0eb1
1 changed files with 4 additions and 0 deletions
|
@ -831,6 +831,8 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
|||
}
|
||||
});
|
||||
|
||||
await this.filterHoistedBranch();
|
||||
|
||||
const activeNode = await this.getNodeFromPath(appContext.tabManager.getActiveContextNotePath());
|
||||
|
||||
if (activeNode) {
|
||||
|
@ -1078,6 +1080,8 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
|||
}
|
||||
}
|
||||
}, false);
|
||||
|
||||
this.filterHoistedBranch();
|
||||
}, 600 * 1000);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue