mirror of
https://github.com/penpot/penpot.git
synced 2025-02-15 11:38:24 -05:00
🐛 Fix tab to apply changes in inputs
This commit is contained in:
parent
363b0ba997
commit
f13c82da2a
1 changed files with 8 additions and 9 deletions
|
@ -203,8 +203,7 @@
|
|||
(mf/deps value-str)
|
||||
(fn []
|
||||
(when-let [input-node (mf/ref-val ref)]
|
||||
(when-not (dom/active? input-node)
|
||||
(dom/set-value! input-node value-str)))))
|
||||
(dom/set-value! input-node value-str))))
|
||||
|
||||
(mf/use-effect
|
||||
(mf/deps handle-blur)
|
||||
|
|
Loading…
Add table
Reference in a new issue