0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-07 15:39:42 -05:00

🐛 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

@ -44,6 +44,7 @@
- Fix problem with stroke inside/outside [Taiga #2186](https://tree.taiga.io/project/penpot/issue/2186)
- Fix masks export area [Taiga #2189](https://tree.taiga.io/project/penpot/issue/2189)
- Fix paste in place in arboards [Taiga #2188](https://tree.taiga.io/project/penpot/issue/2188)
- Fix font size input stuck on selection change [Taiga #2184](https://tree.taiga.io/project/penpot/issue/2184)
- Fix stroke cut on shapes export [Taiga #2171](https://tree.taiga.io/project/penpot/issue/2171)
### :arrow_up: Deps updates

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)