fix(web): dismiss stale connection error toast after ws reconnect (#1474)

This commit is contained in:
qer 2026-07-07 20:47:56 +08:00 committed by GitHub
parent 2065ae4615
commit 11c6a37ce0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
"@moonshot-ai/kimi-code": patch
---
web: Fix the connection error toast lingering after the WebSocket reconnects when returning from the background.