We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47bb91 commit 05b563aCopy full SHA for 05b563a
src/app/(general)/_components/chat/input/index.tsx
@@ -465,7 +465,7 @@ const PureMultimodalInput: React.FC<Props> = ({
465
</div>
466
467
<div className="flex items-center">
468
- {status === "submitted" ? (
+ {status === "submitted" || status === "streaming" ? (
469
<StopButton stop={stop} setMessages={setMessages} />
470
) : (
471
<SendButton
0 commit comments