Handle drawer close

This commit is contained in:
Jon Staab
2024-10-15 14:44:21 -07:00
parent 903cd42650
commit cbf3d3566f
4 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
</script>
<div class="drawer drawer-end">
<input {id} type="checkbox" class="drawer-toggle" bind:this={input} />
<input {id} type="checkbox" class="drawer-toggle" bind:this={input} on:change />
<div class="drawer-content">
<label for={id} bind:this={label} />
</div>