mirror of
https://github.com/penpot/penpot.git
synced 2026-09-12 15:09:38 +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)
|
(update state :mcp assoc :connected-tab id)
|
||||||
|
|
||||||
(and (= "disconnected" (:connection-status data))
|
(and (= "disconnected" (:connection-status data))
|
||||||
(= id (:connection-status mcp-state)))
|
(= id (:connected-tab mcp-state)))
|
||||||
(update state :mcp dissoc :connected-tab)
|
(update state :mcp dissoc :connected-tab)
|
||||||
|
|
||||||
:else
|
:else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user