mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 11:06:38 +02:00
🐛 Fix align options on rotated frames
This commit is contained in:
parent
905e1eea7b
commit
f57c5b4da2
2 changed files with 20 additions and 2 deletions
|
@ -1080,7 +1080,7 @@
|
|||
(let [object (get objects object-id)
|
||||
parent-id (:parent-id (get objects object-id))
|
||||
parent (get objects parent-id)]
|
||||
[(gal/align-to-rect object parent axis)]))
|
||||
[(gal/align-to-parent object parent axis)]))
|
||||
|
||||
(defn align-objects-list
|
||||
[objects selected axis]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue