mirror of
https://github.com/penpot/penpot.git
synced 2026-05-06 16:48:48 +00:00
🐛 Fix MCP "active in another tab" notification not clearing (#9321)
This commit is contained in:
parent
f4317d00e5
commit
a5b7bd90c7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user