mirror of
https://github.com/penpot/penpot.git
synced 2025-04-04 02:51:20 -05:00
🐛 avoid show rotation options with frames
This commit is contained in:
parent
d6820a69d4
commit
7e0d7ef727
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue