mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-03 18:59:09 -05:00
open links in new tab without activation
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user