From 9acab2a28a778bdf38744d5e68e7d09406d543e8 Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Tue, 28 Nov 2023 19:30:57 +0100 Subject: [PATCH] :bug: Validation error on making a copy of a component that contains a group on a frame --- common/src/app/common/types/container.cljc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/src/app/common/types/container.cljc b/common/src/app/common/types/container.cljc index 5e0bb1579..a7f060391 100644 --- a/common/src/app/common/types/container.cljc +++ b/common/src/app/common/types/container.cljc @@ -345,7 +345,9 @@ update-new-shape (fn [object _] object) force-id - keep-ids?) + keep-ids? + frame-id) + ;; Fix empty parent-id and remap all grid cells to the new ids. remap-ids