mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	fix: hide actions when loading
This commit is contained in:
		@@ -314,7 +314,7 @@ export function Chat(props: { showSideBar?: () => void }) {
 | 
			
		||||
                  </div>
 | 
			
		||||
                )}
 | 
			
		||||
                <div className={styles["chat-message-item"]}>
 | 
			
		||||
                  {!isUser && (
 | 
			
		||||
                  {(!isUser && !message.preview) && (
 | 
			
		||||
                    <div className={styles["chat-message-top-actions"]}>
 | 
			
		||||
                      {message.streaming ? (
 | 
			
		||||
                        <div
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user