From 9c226a5bd444a2c3fbf09315eacfc68de3665a18 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Sat, 18 Jul 2026 09:31:15 +0300 Subject: [PATCH] fix: preserve chat input button overflow during draft toggle Keeps the button visible state aligned with the draft panel animation Moves overflow handling to the collapsed state only --- packages/ui/src/components/chat/ChatInput.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/src/components/chat/ChatInput.tsx b/packages/ui/src/components/chat/ChatInput.tsx index a1a19b38..924fcbfa 100644 --- a/packages/ui/src/components/chat/ChatInput.tsx +++ b/packages/ui/src/components/chat/ChatInput.tsx @@ -5029,8 +5029,8 @@ const ChatInputComponent: React.FC = ({ onOpenSettings, scrollTo already open, letting the pill expand into its place. */}