mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
toggling archived notes caused appearance of hidden subtree, fixes #3519
This commit is contained in:
parent
88bc7402a2
commit
9479f1c1a1
@ -1309,6 +1309,8 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
|||||||
await this.tree.reload([rootNode]);
|
await this.tree.reload([rootNode]);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
await this.filterHoistedBranch();
|
||||||
|
|
||||||
if (activeNotePath) {
|
if (activeNotePath) {
|
||||||
const node = await this.getNodeFromPath(activeNotePath, true);
|
const node = await this.getNodeFromPath(activeNotePath, true);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user