We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228487c commit 52cf207Copy full SHA for 52cf207
web/src/common/Link.svelte
@@ -1,2 +1,2 @@
1
<!-- svelte-ignore a11y-invalid-attribute -->
2
-<a href="#" on:click><slot /></a>
+<a href="#" on:click|preventDefault><slot /></a>
0 commit comments