mirror of
https://github.com/penpot/penpot.git
synced 2025-05-12 16:37:15 +02:00
🐛 Fix font size input stuck on selection change
This commit is contained in:
parent
7ba9558a7a
commit
cca1431012
2 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,7 @@
|
|||
|
||||
handle-key-down
|
||||
(mf/use-callback
|
||||
(mf/deps set-value)
|
||||
(fn [event]
|
||||
(when (= type "number")
|
||||
(let [up? (kbd/up-arrow? event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue