Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zadam committed Feb 13, 2023
2 parents 33d6bb6 + 17085e5 commit e411ad0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/public/app/widgets/note_tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,8 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
}
});

await this.filterHoistedBranch();

const activeNode = await this.getNodeFromPath(appContext.tabManager.getActiveContextNotePath());

if (activeNode) {
Expand Down Expand Up @@ -1078,6 +1080,8 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
}
}
}, false);

this.filterHoistedBranch();
}, 600 * 1000);
}

Expand Down

0 comments on commit e411ad0

Please sign in to comment.