1
0
Timothy Jaeryang Baek 5 сар өмнө
parent
commit
1cf9843468

+ 1 - 1
src/lib/components/common/RichTextInput.svelte

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