diff --git a/frontend/components/chat/chat-input.tsx b/frontend/components/chat/chat-input.tsx index 834c374..480aa44 100644 --- a/frontend/components/chat/chat-input.tsx +++ b/frontend/components/chat/chat-input.tsx @@ -141,29 +141,27 @@ export function ChatInput({ )} - {/* Visually hidden (not `display:none`) so programmatic `.click()` from - the attach button works reliably across browsers — a `display:none` - file input can refuse to open the picker. */} - -