diff --git a/src/public/app/widgets/note_tree.js b/src/public/app/widgets/note_tree.js index b471d7acd..0d911fd47 100644 --- a/src/public/app/widgets/note_tree.js +++ b/src/public/app/widgets/note_tree.js @@ -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);