mirror of
https://github.com/daniel-fiuk/simple-map.git
synced 2026-07-22 06:54:24 +00:00
Update previewInteractions.ts
This commit is contained in:
parent
50f39f8121
commit
0116f31ba8
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ export async function showCustomPreview(
|
|||
pin.note.path
|
||||
);
|
||||
|
||||
titleLink.onclick = (e) => {
|
||||
titleLink.onclick = async (e) => {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
await app.workspace.openLinkText(pin.note.path, pin.note.path, e.ctrlKey || e.metaKey);
|
||||
|
|
|
|||
Loading…
Reference in a new issue