prevent some defaults

This commit is contained in:
Jon Staab
2024-10-11 13:25:45 -07:00
parent 6fc3900786
commit a4af63f3a3
7 changed files with 37 additions and 28 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
<button on:click type="button" {...$$props}>
<button on:click|stopPropagation type="button" {...$$props} class="text-left {$$props.class}">
<slot />
</button>