From e74bca64534f0f9ad1312ce0d9a733c915cd5772 Mon Sep 17 00:00:00 2001 From: Will Chen Date: Wed, 2 Jul 2025 15:51:44 -0700 Subject: [PATCH] Allow typing into chat input / attaching while streaming (#544) Fixes https://github.com/dyad-sh/dyad/issues/518 --- src/components/chat/ChatInput.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/chat/ChatInput.tsx b/src/components/chat/ChatInput.tsx index 344696d..ee47bb2 100644 --- a/src/components/chat/ChatInput.tsx +++ b/src/components/chat/ChatInput.tsx @@ -316,7 +316,6 @@ export function ChatInput({ chatId }: { chatId?: number }) { placeholder="Ask Dyad to build..." className="flex-1 p-2 focus:outline-none overflow-y-auto min-h-[40px] max-h-[200px]" style={{ resize: "none" }} - disabled={isStreaming} /> {isStreaming ? ( @@ -348,7 +347,6 @@ export function ChatInput({ chatId }: { chatId?: number }) {