mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
🐛 Fix problem with deleting component insances
This commit is contained in:
parent
744c60cdef
commit
c249bd6f22
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@
|
|||
{:type :add-obj
|
||||
:id id
|
||||
:page-id page-id
|
||||
:parent-id (:frame-id shape)
|
||||
:parent-id (:parent-id shape)
|
||||
:frame-id (:frame-id shape)
|
||||
:index (cfh/get-position-on-parent objects id)
|
||||
:obj (cond-> shape
|
||||
|
|
Loading…
Reference in a new issue