diff --git a/common/src/app/common/types/container.cljc b/common/src/app/common/types/container.cljc index ad24241440..b50c5058ab 100644 --- a/common/src/app/common/types/container.cljc +++ b/common/src/app/common/types/container.cljc @@ -509,6 +509,7 @@ (every? nil?)))] (or ;;We don't want to change the structure of component copies + (ctk/in-component-copy? parent) (has-any-copy-parent? objects parent) ;; If we are moving something containing a main instance the container can't be part of a component (neither main nor copy) (and selected-main-instance? parent-in-component?)