This commit is contained in:
Timothy J. Baek
2024-09-18 00:18:47 +02:00
parent 5065291f72
commit 984e0c533e
3 changed files with 14 additions and 8 deletions

View File

@@ -73,6 +73,7 @@
</div>
{:else if $showControls}
<Drawer
show={$showControls}
on:close={() => {
showControls.set(false);
}}