mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 04:38:14 +00:00
🐛 avoid show rotation options with frames
This commit is contained in:
parent
d6820a69d4
commit
7e0d7ef727
@ -268,7 +268,7 @@
|
||||
:precision 2}]]])
|
||||
|
||||
;; ROTATION
|
||||
(when (options :rotation)
|
||||
(when (and (not= type :frame) (options :rotation))
|
||||
[:div.row-flex
|
||||
[:span.element-set-subtitle (tr "workspace.options.rotation")]
|
||||
[:div.input-element.degrees {:title (tr "workspace.options.rotation")}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user