From 4e8a8a0e908a9a08135316df4516dcd2aac81add Mon Sep 17 00:00:00 2001 From: Alejandro Date: Thu, 22 Jan 2026 20:53:01 +0100 Subject: [PATCH] feat(chat): make input editor expandable up to 3 lines (#204) The chat input now grows as you type, from 1 line up to approximately 3 lines before showing a scrollbar. This improves UX when composing longer messages by providing better visibility of the content. Co-authored-by: Claude --- src/components/editor/MentionEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/editor/MentionEditor.tsx b/src/components/editor/MentionEditor.tsx index 71c4a80..976f5f7 100644 --- a/src/components/editor/MentionEditor.tsx +++ b/src/components/editor/MentionEditor.tsx @@ -1026,7 +1026,7 @@ export const MentionEditor = forwardRef< return (