mirror of
https://github.com/penpot/penpot.git
synced 2025-02-25 08:16:49 -05:00
🐛 Correctly initialize geometry when creating a new group
This commit is contained in:
parent
1c769a13e2
commit
2d0b14d483
1 changed files with 4 additions and 0 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Reference in a new issue