make button focus

This commit is contained in:
Lucas Oliveira 2025-10-02 17:14:47 -03:00
parent d1e83cc85a
commit ae98857cf7

View file

@ -2320,7 +2320,6 @@ function ChatPage() {
// Prevent auto focus on the popover content // Prevent auto focus on the popover content
e.preventDefault(); e.preventDefault();
// Keep focus on the input // Keep focus on the input
inputRef.current?.focus();
}} }}
> >
<div className="space-y-1"> <div className="space-y-1">