mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-31 11:49:01 +08:00
Add Shift + Click to open the note in a new tab and activate it.
This commit is contained in:
parent
b86407b7f5
commit
49bc6e8c91
@ -286,7 +286,7 @@ function goToLinkExt(evt: MouseEvent | JQuery.ClickEvent | JQuery.MouseDownEvent
|
||||
if (notePath) {
|
||||
if (openInNewTab) {
|
||||
appContext.tabManager.openTabWithNoteWithHoisting(notePath, {
|
||||
activate: targetIsBlank,
|
||||
activate: evt.shiftKey ? true : targetIsBlank,
|
||||
viewScope
|
||||
});
|
||||
} else if (isLeftClick) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user