mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 22:53:02 +00:00
🐛 Fix validation error on making a copy of a component that contains a group
This commit is contained in:
committed by
Andrey Antukh
parent
c97362aee4
commit
289e4aa7bf
@@ -417,7 +417,7 @@
|
||||
_ (dm/assert! (some? child))
|
||||
frame-id-child (if (cfh/frame-shape? object)
|
||||
new-id
|
||||
(:frame-id object))
|
||||
frame-id)
|
||||
|
||||
[new-child new-child-objects updated-child-objects]
|
||||
(clone-object child new-id objects update-new-object update-original-object nil keep-ids? frame-id-child)]
|
||||
|
||||
Reference in New Issue
Block a user