From b93ee37f9a58bce9e2b86642e66fd74017c1a259 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Wed, 9 Jul 2025 03:43:41 +0400 Subject: [PATCH] refac --- .../components/common/RichTextInput.svelte | 52 +++++++++---------- .../components/notes/NoteEditor/Chat.svelte | 27 ++++++++++ 2 files changed, 52 insertions(+), 27 deletions(-) diff --git a/src/lib/components/common/RichTextInput.svelte b/src/lib/components/common/RichTextInput.svelte index c8e6e886a2..2769525f54 100644 --- a/src/lib/components/common/RichTextInput.svelte +++ b/src/lib/components/common/RichTextInput.svelte @@ -1,5 +1,30 @@