From a13c324cd6703e203e8b8d898cfa56b955bffdc4 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 12 Jan 2026 09:41:10 +0000 Subject: [PATCH] fix(chat): disable autofocus on message editor Prevents keyboard from popping up automatically on mobile devices. --- src/components/ChatViewer.tsx | 1 - src/components/editor/MentionEditor.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/ChatViewer.tsx b/src/components/ChatViewer.tsx index 63c80c8..4c71940 100644 --- a/src/components/ChatViewer.tsx +++ b/src/components/ChatViewer.tsx @@ -423,7 +423,6 @@ export function ChatViewer({ handleSend(content, replyTo); } }} - autoFocus className="flex-1 min-w-0" />