mirror of
https://github.com/penpot/penpot.git
synced 2026-03-13 05:46:08 +00:00
Fix precision problem on circle
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user