mirror of
https://github.com/penpot/penpot.git
synced 2026-05-02 14:48:29 +00:00
Fix precision problem on circle
This commit is contained in:
parent
23dab28d7b
commit
2f968fe50b
@ -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…
x
Reference in New Issue
Block a user