0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-25 00:06:09 -05:00

🐛 Correctly initialize geometry when creating a new group

This commit is contained in:
Andrés Moya 2023-08-30 11:40:05 +02:00
parent 1c769a13e2
commit 2d0b14d483

View file

@ -91,6 +91,10 @@
:name gname
:shapes (mapv :id shapes)
:selrect selrect
:x (:x selrect)
:y (:y selrect)
:width (:width selrect)
:height (:height selrect)
:parent-id parent-id
:frame-id frame-id
:index group-idx})