mirror of
https://github.com/penpot/penpot.git
synced 2026-08-26 22:58:43 +00:00
🐛 Show '--' when multiple rotations
This commit is contained in:
parent
afa1af6dc2
commit
462eabd8a1
@ -35,7 +35,6 @@
|
|||||||
(mf/defc layout-block
|
(mf/defc layout-block
|
||||||
[{:keys [shape]}]
|
[{:keys [shape]}]
|
||||||
(let [selrect (:selrect shape)
|
(let [selrect (:selrect shape)
|
||||||
_ (prn shape)
|
|
||||||
{:keys [width height x y]} selrect]
|
{:keys [width height x y]} selrect]
|
||||||
[:*
|
[:*
|
||||||
[:div.attributes-unit-row
|
[:div.attributes-unit-row
|
||||||
|
|||||||
@ -279,7 +279,6 @@
|
|||||||
{:no-validate true
|
{:no-validate true
|
||||||
:min 0
|
:min 0
|
||||||
:max 359
|
:max 359
|
||||||
:default 0
|
|
||||||
:data-wrap true
|
:data-wrap true
|
||||||
:placeholder "--"
|
:placeholder "--"
|
||||||
:on-click select-all
|
:on-click select-all
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user