fix: sensitive input button type

This commit is contained in:
Timothy Jaeryang Baek 2025-02-08 14:02:59 -08:00
parent 425a8a9178
commit 43df7e1424

View File

@ -23,6 +23,7 @@
/>
<button
class={showButtonClassName}
type="button"
on:click={(e) => {
e.preventDefault();
show = !show;