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