Skip to content

Commit 1ebd185

Browse files
committed
fix: intel macs opens tabs twice on clicking html live preview a tags
1 parent e3564c1 commit 1ebd185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extensionsIntegrated/Phoenix-live-preview/markdown.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
event.stopImmediatePropagation();
8787
event.preventDefault();
8888
}
89-
});
89+
}, true);
9090
}
9191

9292
window.addEventListener('scroll', function () {

0 commit comments

Comments
 (0)