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"]}>
|
<div className={styles["chat-message-item"]}>
|
||||||
<Markdown
|
<Markdown
|
||||||
|
key={message.streaming ? "loading" : "done"}
|
||||||
content={getMessageTextContent(message)}
|
content={getMessageTextContent(message)}
|
||||||
loading={
|
loading={
|
||||||
(message.preview || message.streaming) &&
|
(message.preview || message.streaming) &&
|
||||||
|
|
Loading…
Reference in New Issue