From 20dbd75f0223849b8338f527694f3a1cf7ef45ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Mon, 4 Dec 2023 13:18:22 +0100 Subject: [PATCH] :bug: Fix validation in a main with a nested copy --- common/src/app/common/types/file.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/app/common/types/file.cljc b/common/src/app/common/types/file.cljc index 369cff4ce..a0fce3c93 100644 --- a/common/src/app/common/types/file.cljc +++ b/common/src/app/common/types/file.cljc @@ -180,7 +180,7 @@ "Locate the near component in the local file or libraries, and retrieve the shape referenced by the instance shape." [file page libraries shape & {:keys [include-deleted?] :or {include-deleted? false}}] - (let [root-shape (ctn/get-component-shape (:objects page) shape) + (let [root-shape (ctn/get-copy-root (:objects page) shape) component-file (when root-shape (if (= (:component-file root-shape) (:id file)) file