mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-10 22:43:29 +00:00
fix: folder expanded update
This commit is contained in:
parent
199f371f58
commit
91a9f32904
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@
|
|||
}, 500);
|
||||
};
|
||||
|
||||
$: if (open) {
|
||||
$: if (open !== null) {
|
||||
isExpandedUpdateDebounceHandler();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue