mirror of
https://github.com/penpot/penpot.git
synced 2025-07-24 11:07:29 +02:00
🐛 Fixed cannot align objects inside a group but not inside a frame
This commit is contained in:
parent
4efd8b7d3f
commit
3d8f757712
2 changed files with 2 additions and 1 deletions
|
@ -1184,7 +1184,7 @@
|
|||
(empty? selected) false
|
||||
(> (count selected) 1) true
|
||||
:else
|
||||
(not= uuid/zero (:frame-id (get objects (first selected))))))
|
||||
(not= uuid/zero (:parent-id (get objects (first selected))))))
|
||||
|
||||
(defn align-objects
|
||||
[axis]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue