From f5e054f6ea64d9a3a7ebde2e95d0eef26a0de2e0 Mon Sep 17 00:00:00 2001 From: ItzCrazyKns <95534749+ItzCrazyKns@users.noreply.github.com> Date: Wed, 24 Dec 2025 15:48:16 +0530 Subject: [PATCH] feat(chat): fix hidden input --- src/components/Chat.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Chat.tsx b/src/components/Chat.tsx index f0432ca..1c95d26 100644 --- a/src/components/Chat.tsx +++ b/src/components/Chat.tsx @@ -59,7 +59,7 @@ const Chat = () => { }, [messages]); return ( -
+
{sections.map((section, i) => { const isLast = i === sections.length - 1; @@ -80,7 +80,7 @@ const Chat = () => { {loading && !messageAppeared && }
{dividerWidth > 0 && ( -
+