mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
open links in new tab without activation
This commit is contained in:
@@ -109,7 +109,6 @@ class TreeContextMenu {
|
||||
|
||||
if (command === 'openInTab') {
|
||||
const tabContext = appContext.tabManager.openEmptyTab();
|
||||
appContext.tabManager.activateTab(tabContext.tabId);
|
||||
tabContext.setNote(notePath);
|
||||
}
|
||||
else if (command === "insertNoteAfter") {
|
||||
|
Reference in New Issue
Block a user