🐛 Fix font size input stuck on selection change

This commit is contained in:
alonso.torres 2021-10-20 14:26:06 +02:00
parent 7ba9558a7a
commit cca1431012
2 changed files with 2 additions and 0 deletions

View file

@ -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)