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

@@ -747,7 +747,7 @@
<Drawer
className="h-full"
show={selectedFileId !== null}
on:close={() => {
onClose={() => {
selectedFileId = null;
}}
>