mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
use notePath in tabContext
This commit is contained in:
@@ -436,7 +436,9 @@ function initFancyTree(tree) {
|
||||
|
||||
await setCurrentNotePathToHash(node);
|
||||
|
||||
noteDetailService.switchToNote(noteId);
|
||||
const notePath = await treeUtils.getNotePath(node);
|
||||
|
||||
noteDetailService.switchToNote(notePath);
|
||||
|
||||
showPaths(noteId, node);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user