Skip to content

Commit 7b78c64

Browse files
committed
refac
1 parent 94f877f commit 7b78c64

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/lib/components/common/RichTextInput.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@
437437
if (!editor || !editor.view) return;
438438
text = text.replaceAll('\n\n', '\n');
439439
440-
);
441440
if (text === '') {
442441
editor.commands.clearContent();
443442
} else {

0 commit comments

Comments
 (0)