0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-01 09:31:26 -05:00

Merge pull request #3573 from penpot/hiru-fix-group-creation

🐛 Correctly initialize geometry when creating a new group
This commit is contained in:
Andrey Antukh 2023-08-30 15:21:20 +02:00 committed by GitHub
commit 2cc76a2609
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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})