diff --git a/common/src/app/common/types/shape_tree.cljc b/common/src/app/common/types/shape_tree.cljc index 3f6642874..1a2d550fa 100644 --- a/common/src/app/common/types/shape_tree.cljc +++ b/common/src/app/common/types/shape_tree.cljc @@ -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)]