fix: folder expanded update

This commit is contained in:
Timothy Jaeryang Baek 2025-09-24 08:00:58 -05:00
parent 199f371f58
commit 91a9f32904
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@
}, 500);
};
$: if (open) {
$: if (open !== null) {
isExpandedUpdateDebounceHandler();
}