mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
Fix refocus prop not being removed
This commit is contained in:
parent
5bccfa9e2f
commit
b1379ed7de
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@
|
|||
|
||||
handle-focus
|
||||
(mf/use-fn
|
||||
(mf/deps refocus?)
|
||||
(fn []
|
||||
(when refocus?
|
||||
(swap! state* dissoc :refocus?))
|
||||
|
|
Loading…
Add table
Reference in a new issue