diff --git a/src/lib/components/common/RichTextInput.svelte b/src/lib/components/common/RichTextInput.svelte index 580a8304c9..1fa1811a75 100644 --- a/src/lib/components/common/RichTextInput.svelte +++ b/src/lib/components/common/RichTextInput.svelte @@ -437,7 +437,6 @@ if (!editor || !editor.view) return; text = text.replaceAll('\n\n', '\n'); - ); if (text === '') { editor.commands.clearContent(); } else {