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:
parent
63e920828b
commit
d8861bbf48
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue