mirror of
https://github.com/sophokles187/data-cards.git
synced 2026-07-22 05:45:15 +00:00
Fixes bug #52
This commit is contained in:
parent
1987fd7d93
commit
feb1d59b90
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue