🐛 Fix MCP "active in another tab" notification not clearing (#9321)

This commit is contained in:
Dexterity 2026-05-06 11:42:06 -04:00 committed by GitHub
parent f4317d00e5
commit a5b7bd90c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,7 +85,7 @@
(update state :mcp assoc :connected-tab id)
(and (= "disconnected" (:connection-status data))
(= id (:connection-status mcp-state)))
(= id (:connected-tab mcp-state)))
(update state :mcp dissoc :connected-tab)
:else