forked from GithubProxy/ChatGPT-Next-Web
fix: Fixed an issue where the sample of the reply content was displayed out of order
This commit is contained in:
parent
9193a9a0e0
commit
8498cadae8
@ -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