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