mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 11:36:37 +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"
|
:type "number"
|
||||||
:min 0
|
:min 0
|
||||||
:max 360
|
:max 360
|
||||||
:value (precision (:rotation shape "0") 2)
|
:value (precision (:rotation shape 0) 2)
|
||||||
:on-change on-rotation-change
|
:on-change on-rotation-change
|
||||||
}]]
|
}]]
|
||||||
[:input.input-text
|
[:input.input-text
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue