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

@@ -84,7 +84,6 @@ export default class NoteTreeWidget extends TabAwareWidget {
const tabContext = appContext.tabManager.openEmptyTab();
const notePath = treeService.getNotePath(node);
tabContext.setNote(notePath);
appContext.tabManager.activateTab(tabContext.tabId);
}
else {
node.setActive();