mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 10:38:13 -05:00
🐛 Show '--' when multiple rotations
This commit is contained in:
parent
afa1af6dc2
commit
462eabd8a1
2 changed files with 0 additions and 2 deletions
|
@ -35,7 +35,6 @@
|
|||
(mf/defc layout-block
|
||||
[{:keys [shape]}]
|
||||
(let [selrect (:selrect shape)
|
||||
_ (prn shape)
|
||||
{:keys [width height x y]} selrect]
|
||||
[:*
|
||||
[:div.attributes-unit-row
|
||||
|
|
|
@ -279,7 +279,6 @@
|
|||
{:no-validate true
|
||||
:min 0
|
||||
:max 359
|
||||
:default 0
|
||||
:data-wrap true
|
||||
:placeholder "--"
|
||||
:on-click select-all
|
||||
|
|
Loading…
Add table
Reference in a new issue