mirror of
https://github.com/penpot/penpot.git
synced 2026-09-14 07:59:36 +00:00
🐛 Correctly initialize geometry when creating a new group
This commit is contained in:
parent
1c769a13e2
commit
2d0b14d483
@ -91,6 +91,10 @@
|
|||||||
:name gname
|
:name gname
|
||||||
:shapes (mapv :id shapes)
|
:shapes (mapv :id shapes)
|
||||||
:selrect selrect
|
:selrect selrect
|
||||||
|
:x (:x selrect)
|
||||||
|
:y (:y selrect)
|
||||||
|
:width (:width selrect)
|
||||||
|
:height (:height selrect)
|
||||||
:parent-id parent-id
|
:parent-id parent-id
|
||||||
:frame-id frame-id
|
:frame-id frame-id
|
||||||
:index group-idx})
|
:index group-idx})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user