From ae98857cf73ce5b4c752f9e0009b433933f13500 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Thu, 2 Oct 2025 17:14:47 -0300 Subject: [PATCH] make button focus --- frontend/src/app/chat/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/app/chat/page.tsx b/frontend/src/app/chat/page.tsx index 6cb202f9..322073a5 100644 --- a/frontend/src/app/chat/page.tsx +++ b/frontend/src/app/chat/page.tsx @@ -2320,7 +2320,6 @@ function ChatPage() { // Prevent auto focus on the popover content e.preventDefault(); // Keep focus on the input - inputRef.current?.focus(); }} >