fix buttons missing type="button"
Triggers unintentional form submits if missing `type` property.
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
{/if}
|
||||
|
||||
<button
|
||||
type="button"
|
||||
bind:this={ref}
|
||||
{...others}
|
||||
class={[
|
||||
|
||||
Reference in New Issue
Block a user