0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

🐛 Fixed cannot align objects inside a group but not inside a frame

This commit is contained in:
Andrés Moya 2022-02-16 16:04:18 +01:00 committed by Andrey Antukh
parent 4efd8b7d3f
commit 3d8f757712
2 changed files with 2 additions and 1 deletions

View file

@ -35,6 +35,7 @@
- Fixed missing translate string [Taiga #2780](https://tree.taiga.io/project/penpot/issue/2780)
- Fixed handoff shadow type text [Taiga #2717](https://tree.taiga.io/project/penpot/issue/2717)
- Fixed components get "dirty" marker when moved [Taiga #2764](https://tree.taiga.io/project/penpot/issue/2764)
- Fixed cannot align objects in a group that is not part of a frame [Taiga #2762](https://tree.taiga.io/project/penpot/issue/2762)
### :arrow_up: Deps updates

View file

@ -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]