forked from XiaoMo/ChatGPT-Next-Web
fix: hide actions when loading
This commit is contained in:
parent
7a5c35baf3
commit
3a3999d73a
@ -314,7 +314,7 @@ export function Chat(props: { showSideBar?: () => void }) {
|
||||
</div>
|
||||
)}
|
||||
<div className={styles["chat-message-item"]}>
|
||||
{(!isUser && !message.preview) && (
|
||||
{(!isUser && !(message.preview || message.content.length === 0)) && (
|
||||
<div className={styles["chat-message-top-actions"]}>
|
||||
{message.streaming ? (
|
||||
<div
|
||||
|
Loading…
Reference in New Issue
Block a user