mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
fix history navigation
This commit is contained in:
@@ -124,7 +124,7 @@ async function switchToTab(tabId, notePath) {
|
||||
await tabContext.activate();
|
||||
|
||||
if (notePath && tabContext.notePath !== notePath) {
|
||||
await loadNoteDetail(notePath);
|
||||
await treeService.activateNote(notePath);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user