mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 10:56:20 +00:00
🐛 Refix commit f3754d0c555b8, lost in merge conflict
This commit is contained in:
parent
63e920828b
commit
d8861bbf48
@ -130,7 +130,7 @@
|
|||||||
|
|
||||||
(mf/with-effect []
|
(mf/with-effect []
|
||||||
(let [focus-out #(st/emit! (dw/workspace-focus-lost))
|
(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)))
|
(partial events/unlistenByKey key)))
|
||||||
|
|
||||||
(mf/with-effect [page-id]
|
(mf/with-effect [page-id]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user