fix: folder expanded update
This commit is contained in:
parent
199f371f58
commit
91a9f32904
|
@ -339,7 +339,7 @@
|
|||
}, 500);
|
||||
};
|
||||
|
||||
$: if (open) {
|
||||
$: if (open !== null) {
|
||||
isExpandedUpdateDebounceHandler();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue