0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

Clear token value on blur

This commit is contained in:
Florian Schroedl 2024-05-22 15:43:40 +02:00
parent 2efd6e1584
commit 6f5930bf15

View file

@ -167,6 +167,7 @@
(mf/use-fn (mf/use-fn
(fn [] (fn []
(mf/set-ref-val! emit-blur? true) (mf/set-ref-val! emit-blur? true)
(swap! state* assoc :token-value nil)
(timers/schedule (timers/schedule
200 200
(fn [] (fn []