This commit is contained in:
Timothy Jaeryang Baek 2025-05-04 12:02:10 +04:00
parent dd42a10aa1
commit 1cf9843468

View File

@ -374,7 +374,7 @@
}
});
$: if (value && editor) {
$: if (value !== null && editor) {
onValueChange();
}