From acda71ee7b1415cf3423ceca5eb728f80b5ce2d6 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Mon, 12 Jan 2026 18:48:50 +0100 Subject: [PATCH] fix(lib): remove extra blank line in RichTextEditor Co-Authored-By: Claude Opus 4.5 --- lib/src/Components/Input/RichTextEditor.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/Components/Input/RichTextEditor.tsx b/lib/src/Components/Input/RichTextEditor.tsx index ae706ebb..36b86018 100644 --- a/lib/src/Components/Input/RichTextEditor.tsx +++ b/lib/src/Components/Input/RichTextEditor.tsx @@ -29,7 +29,6 @@ interface RichTextEditorProps { updateFormValue?: (value: string) => void } - /** * @category Input */