mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 07:36:39 +08:00
fix: Fixed an issue where the sample of the reply content was displayed out of order
(cherry picked from commit 8498cadae8
)
This commit is contained in:
parent
c440637ad0
commit
22f61295bc
@ -1470,6 +1470,7 @@ function _Chat() {
|
||||
)}
|
||||
<div className={styles["chat-message-item"]}>
|
||||
<Markdown
|
||||
key={message.streaming ? "loading" : "done"}
|
||||
content={getMessageTextContent(message)}
|
||||
loading={
|
||||
(message.preview || message.streaming) &&
|
||||
|
Loading…
Reference in New Issue
Block a user