mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 03:38:57 -05:00
refac
This commit is contained in:
@@ -374,7 +374,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
$: if (value && editor) {
|
||||
$: if (value !== null && editor) {
|
||||
onValueChange();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user