diff --git a/src/public/app/widgets/note_tree.js b/src/public/app/widgets/note_tree.js index 16e9a4e19..1bf03d2ce 100644 --- a/src/public/app/widgets/note_tree.js +++ b/src/public/app/widgets/note_tree.js @@ -814,11 +814,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget { await this.filterHoistedBranch(); - const activeNode = await this.getNodeFromPath(appContext.tabManager.getActiveContextNotePath()); - - if (activeNode) { - activeNode.setActive({noEvents: true, noFocus: false}); - } + // don't activate the active note, see discussion in https://github.com/zadam/trilium/issues/3664 } async expandTree(node = null) {