From 88f805e7b0e61aa2f151169235f962413772e9c7 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 22 Jan 2026 19:14:05 +0000 Subject: [PATCH] feat(chat): make input editor expandable up to 3 lines 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. --- 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 (