mirror of
https://github.com/penpot/penpot.git
synced 2025-05-07 23:05:55 +02:00
Fix precision problem on circle
This commit is contained in:
parent
23dab28d7b
commit
2f968fe50b
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
|||
:type "number"
|
||||
:min 0
|
||||
:max 360
|
||||
:value (precision (:rotation shape "0") 2)
|
||||
:value (precision (:rotation shape 0) 2)
|
||||
:on-change on-rotation-change
|
||||
}]]
|
||||
[:input.input-text
|
||||
|
|
Loading…
Add table
Reference in a new issue