mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 08:41:40 +02:00
parent
990f63a136
commit
a4f32de9a1
2 changed files with 2 additions and 2 deletions
|
@ -382,7 +382,7 @@
|
||||||
parent-id
|
parent-id
|
||||||
|
|
||||||
(nil? frame-id)
|
(nil? frame-id)
|
||||||
(dm/get-in objects [parent-id :frame-id] uuid/zero)
|
(dm/get-in objects [parent-id :frame-id])
|
||||||
|
|
||||||
:else
|
:else
|
||||||
frame-id)]
|
frame-id)]
|
||||||
|
|
|
@ -931,7 +931,7 @@
|
||||||
|
|
||||||
[_ new-shapes _]
|
[_ new-shapes _]
|
||||||
(ctst/clone-object component-shape
|
(ctst/clone-object component-shape
|
||||||
(:id component-parent-shape)
|
(:id parent-shape)
|
||||||
(get component-page :objects)
|
(get component-page :objects)
|
||||||
update-new-shape
|
update-new-shape
|
||||||
update-original-shape)
|
update-original-shape)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue