mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
🐛 Validation error on making a copy of a component that contains a group on a frame
This commit is contained in:
parent
dde27eb736
commit
9acab2a28a
1 changed files with 3 additions and 1 deletions
|
@ -345,7 +345,9 @@
|
||||||
update-new-shape
|
update-new-shape
|
||||||
(fn [object _] object)
|
(fn [object _] object)
|
||||||
force-id
|
force-id
|
||||||
keep-ids?)
|
keep-ids?
|
||||||
|
frame-id)
|
||||||
|
|
||||||
|
|
||||||
;; Fix empty parent-id and remap all grid cells to the new ids.
|
;; Fix empty parent-id and remap all grid cells to the new ids.
|
||||||
remap-ids
|
remap-ids
|
||||||
|
|
Loading…
Reference in a new issue