mirror of
https://github.com/penpot/penpot.git
synced 2025-05-20 14:56:10 +02:00
🐛 Fix a problem with input rotation for shapes
This commit is contained in:
parent
9e6db257cc
commit
74cc8079bb
2 changed files with 1 additions and 2 deletions
|
@ -452,7 +452,7 @@
|
|||
[:span {:class (stl/css :icon)} i/rotation-refactor]
|
||||
[:> numeric-input*
|
||||
{:no-validate true
|
||||
:min 0
|
||||
:min -359
|
||||
:max 359
|
||||
:data-wrap true
|
||||
:placeholder (if (= :multiple (:rotation values)) (tr "settings.multiple") "--")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue