This commit is contained in:
Darren Sadr 2025-06-26 10:52:23 -07:00
parent 1987fd7d93
commit feb1d59b90

View file

@ -925,7 +925,7 @@ export class RendererService {
}
// Open the note
this.app.workspace.openLinkText(path, '', false, { active: true });
this.app.workspace.openLinkText(path, '', event.metaKey, { active: true });
// Prevent event bubbling
event.stopPropagation();