1
0

fix(editor): reset on empty

This commit is contained in:
kolaente
2023-10-22 10:41:34 +02:00
parent abb6630b4b
commit a453449fea

View File

@ -212,6 +212,7 @@ watch(
() => modelValue,
() => {
if (modelValue === '') {
inputHTML.value = TIPTAP_TEXT_VALUE_PREFIX
return
}