mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
various small fixes
This commit is contained in:
@@ -818,8 +818,6 @@ $(window).bind('hashchange', async function() {
|
||||
if (isNotePathInAddress()) {
|
||||
const [notePath, tabId] = getHashValueFromAddress();
|
||||
|
||||
console.debug(`Switching to ${notePath} on tab ${tabId} because of hash change`);
|
||||
|
||||
noteDetailService.switchToTab(tabId, notePath);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user