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