0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

🐛 Refix commit f3754d0c55, lost in merge conflict

This commit is contained in:
Andrés Moya 2023-05-30 14:41:54 +02:00
parent 63e920828b
commit d8861bbf48

View file

@ -130,7 +130,7 @@
(mf/with-effect []
(let [focus-out #(st/emit! (dw/workspace-focus-lost))
key (events/listen globals/document "blur" focus-out)]
key (events/listen globals/window "blur" focus-out)]
(partial events/unlistenByKey key)))
(mf/with-effect [page-id]