mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac
This commit is contained in:
parent
dd42a10aa1
commit
1cf9843468
@ -374,7 +374,7 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
$: if (value && editor) {
|
$: if (value !== null && editor) {
|
||||||
onValueChange();
|
onValueChange();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user