fix(editor): reset on empty
This commit is contained in:
parent
abb6630b4b
commit
a453449fea
@ -212,6 +212,7 @@ watch(
|
||||
() => modelValue,
|
||||
() => {
|
||||
if (modelValue === '') {
|
||||
inputHTML.value = TIPTAP_TEXT_VALUE_PREFIX
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user