From 7b78c641feb7e2185f76c992cefa8dfd8771afc2 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 24 Mar 2026 22:30:57 -0500 Subject: [PATCH] refac --- src/lib/components/common/RichTextInput.svelte | 1 - 1 file changed, 1 deletion(-) 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 {