We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f877f commit 7b78c64Copy full SHA for 7b78c64
1 file changed
src/lib/components/common/RichTextInput.svelte
@@ -437,7 +437,6 @@
437
if (!editor || !editor.view) return;
438
text = text.replaceAll('\n\n', '\n');
439
440
- );
441
if (text === '') {
442
editor.commands.clearContent();
443
} else {
0 commit comments