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