From 68c71e48bb745c9c610db8c36bbff3e8d71f7947 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 19:15:52 +0000 Subject: [PATCH] Fix: Adjust message input resizing direction --- src/components/chat/ChatInput.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/chat/ChatInput.tsx b/src/components/chat/ChatInput.tsx index 0ac64d2..635ef42 100644 --- a/src/components/chat/ChatInput.tsx +++ b/src/components/chat/ChatInput.tsx @@ -86,13 +86,14 @@ export const ChatInput = ({ onSendMessage }: ChatInputProps) => { {/* Message Input and Buttons */}