open links in new tab without activation

This commit is contained in:
zadam
2020-02-29 15:00:35 +01:00
parent e5155130e7
commit 3ab2b41e8c
3 changed files with 0 additions and 4 deletions

View File

@@ -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") {