mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-29 08:38:30 -06: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