mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-11 18:52:55 +08:00
fix: prevent MCP operations from blocking chat interface
This commit is contained in:
@@ -167,6 +167,11 @@
|
||||
background-color: #6b7280;
|
||||
}
|
||||
|
||||
&.initializing {
|
||||
background-color: #f59e0b;
|
||||
animation: pulse 1.5s infinite;
|
||||
}
|
||||
|
||||
.error-message {
|
||||
margin-left: 4px;
|
||||
font-size: 12px;
|
||||
|
Reference in New Issue
Block a user