diff --git a/frontend/src/components/input/editor/TipTap.vue b/frontend/src/components/input/editor/TipTap.vue index c0d478f96..69714f43f 100644 --- a/frontend/src/components/input/editor/TipTap.vue +++ b/frontend/src/components/input/editor/TipTap.vue @@ -495,7 +495,8 @@ watch( ) function bubbleNow() { - if (editor.value?.getHTML() === modelValue) { + if (editor.value?.getHTML() === modelValue || + (editor.value?.getHTML() === '

') && modelValue === '') { return }