fix history navigation

This commit is contained in:
zadam
2019-05-21 22:35:01 +02:00
parent eee75bd2e8
commit 48b1aece4d
3 changed files with 4 additions and 3 deletions

View File

@@ -124,7 +124,7 @@ async function switchToTab(tabId, notePath) {
await tabContext.activate();
if (notePath && tabContext.notePath !== notePath) {
await loadNoteDetail(notePath);
await treeService.activateNote(notePath);
}
}
}