fix(editor): reset on empty
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2023-10-22 10:41:34 +02:00
parent abb6630b4b
commit a453449fea
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

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