mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
Merge branch 'stable' into next60
This commit is contained in:
commit
8b46d6c718
@ -814,11 +814,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
|||||||
|
|
||||||
await this.filterHoistedBranch();
|
await this.filterHoistedBranch();
|
||||||
|
|
||||||
const activeNode = await this.getNodeFromPath(appContext.tabManager.getActiveContextNotePath());
|
// don't activate the active note, see discussion in https://github.com/zadam/trilium/issues/3664
|
||||||
|
|
||||||
if (activeNode) {
|
|
||||||
activeNode.setActive({noEvents: true, noFocus: false});
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async expandTree(node = null) {
|
async expandTree(node = null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user