diff --git a/common/src/app/common/types/container.cljc b/common/src/app/common/types/container.cljc index 9afd743275..3c230e15cc 100644 --- a/common/src/app/common/types/container.cljc +++ b/common/src/app/common/types/container.cljc @@ -170,7 +170,7 @@ (-> (gsh/move delta) (dissoc :touched :main-instance?)) - (nil? (:shape-ref original-shape)) + (and (not main-instance?) (nil? (:shape-ref original-shape))) (assoc :shape-ref (:id original-shape)) (nil? (:parent-id original-shape))