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