mirror of
https://github.com/zadam/trilium.git
synced 2025-02-24 15:05:31 +08:00
fix hidden subtree appearing after collapse, #2922
This commit is contained in:
parent
fc7da015fe
commit
17085e5578
1 changed files with 4 additions and 0 deletions
|
@ -832,6 +832,8 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
|||
}
|
||||
});
|
||||
|
||||
await this.filterHoistedBranch();
|
||||
|
||||
const activeNode = await this.getNodeFromPath(appContext.tabManager.getActiveContextNotePath());
|
||||
|
||||
if (activeNode) {
|
||||
|
@ -1079,6 +1081,8 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
|||
}
|
||||
}
|
||||
}, false);
|
||||
|
||||
this.filterHoistedBranch();
|
||||
}, 600 * 1000);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue