mirror of
https://github.com/penpot/penpot.git
synced 2026-05-07 17:18:35 +00:00
🐛 Fix MCP "active in another tab" notification not clearing (#9321)
This commit is contained in:
parent
ae7c7a7972
commit
db77780227
@ -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