Merge branch 'stable'

This commit is contained in:
zadam
2023-04-24 20:21:22 +02:00
3 changed files with 4 additions and 8 deletions

View File

@@ -834,11 +834,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) {