From 0116f31ba8e01bd915b9dffadd489d817265a2ae Mon Sep 17 00:00:00 2001 From: Daniel Fiuk Date: Tue, 21 Apr 2026 18:09:24 -0600 Subject: [PATCH] Update previewInteractions.ts --- src/previewInteractions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/previewInteractions.ts b/src/previewInteractions.ts index 4d2bc51..5539d5f 100644 --- a/src/previewInteractions.ts +++ b/src/previewInteractions.ts @@ -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);