use notePath in tabContext

This commit is contained in:
zadam
2019-05-08 20:14:41 +02:00
parent bacf163c96
commit a7a42ff4af
4 changed files with 18 additions and 13 deletions

View File

@@ -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);
},