This commit is contained in:
Timothy Jaeryang Baek
2025-04-18 01:26:42 -07:00
parent eb80719cf0
commit a22be555cb
4 changed files with 6 additions and 7 deletions

View File

@@ -140,7 +140,7 @@
{#if $showControls}
<Drawer
show={$showControls}
on:close={() => {
onClose={() => {
showControls.set(false);
}}
>