🐛 Fix synchronization

This commit is contained in:
Andrés Moya 2023-11-30 16:33:20 +01:00
parent 204a253635
commit dd363c10a0
2 changed files with 2 additions and 2 deletions

View file

@ -382,7 +382,7 @@
parent-id parent-id
(nil? frame-id) (nil? frame-id)
(dm/get-in objects [parent-id :frame-id]) (dm/get-in objects [parent-id :frame-id] uuid/zero)
:else :else
frame-id)] frame-id)]

View file

@ -931,7 +931,7 @@
[_ new-shapes _] [_ new-shapes _]
(ctst/clone-object component-shape (ctst/clone-object component-shape
(:id parent-shape) (:id component-parent-shape)
(get component-page :objects) (get component-page :objects)
update-new-shape update-new-shape
update-original-shape) update-original-shape)