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 <button
class={showButtonClassName} class={showButtonClassName}
type="button"
on:click={(e) => { on:click={(e) => {
e.preventDefault(); e.preventDefault();
show = !show; show = !show;