fix: stop thinking when loading end

This commit is contained in:
jialin
2025-05-13 20:29:32 +08:00
parent a23162117c
commit f951358db4
2 changed files with 3 additions and 2 deletions
@@ -228,7 +228,7 @@ const MessageBody: React.FC<MessageBodyProps> = forwardRef(
<ThinkContent
collapsed={collapsed}
content={reasoningContent.thought}
isThinking={reasoningContent.isThinking}
isThinking={loading && reasoningContent.isThinking}
></ThinkContent>
<div style={{ paddingInline: 4 }}>
<FullMarkdown