mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
Clear token value on blur
This commit is contained in:
parent
2efd6e1584
commit
6f5930bf15
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@
|
|||
(mf/use-fn
|
||||
(fn []
|
||||
(mf/set-ref-val! emit-blur? true)
|
||||
(swap! state* assoc :token-value nil)
|
||||
(timers/schedule
|
||||
200
|
||||
(fn []
|
||||
|
|
Loading…
Reference in a new issue