mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 12:52:56 +02:00
🐛 Fix rotation when set to 0 again
This commit is contained in:
parent
d83b362c9f
commit
1b76ed97e1
2 changed files with 3 additions and 3 deletions
|
@ -159,9 +159,7 @@
|
|||
(when (or up? down?)
|
||||
(set-delta event up? down?))
|
||||
(when enter?
|
||||
(let [new-value (parse-value)]
|
||||
(apply-value new-value)
|
||||
(dom/blur! input-node)))
|
||||
(dom/blur! input-node))
|
||||
(when esc?
|
||||
(update-input value-str)))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue