From f2f2af9451e8ae0da6b41824ff103a9a349b8bb1 Mon Sep 17 00:00:00 2001 From: ItzCrazyKns <95534749+ItzCrazyKns@users.noreply.github.com> Date: Sat, 6 Dec 2025 15:24:15 +0530 Subject: [PATCH] feat(message-input): hide content after input --- src/components/Chat.tsx | 21 ++++++++++++++++----- src/components/MessageInput.tsx | 6 ++---- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/src/components/Chat.tsx b/src/components/Chat.tsx index 56c13e6..f0432ca 100644 --- a/src/components/Chat.tsx +++ b/src/components/Chat.tsx @@ -59,7 +59,7 @@ const Chat = () => { }, [messages]); return ( -