mirror of
https://git.mirrors.martin98.com/https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-08-16 00:15:54 +08:00
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…
x
Reference in New Issue
Block a user