From c249bd6f22fdb4c47b4924ee17d5115f3def8197 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Tue, 16 Jan 2024 11:36:41 +0100 Subject: [PATCH] :bug: Fix problem with deleting component insances --- common/src/app/common/files/changes_builder.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/app/common/files/changes_builder.cljc b/common/src/app/common/files/changes_builder.cljc index fa35400bc..edf5a0166 100644 --- a/common/src/app/common/files/changes_builder.cljc +++ b/common/src/app/common/files/changes_builder.cljc @@ -465,7 +465,7 @@ {:type :add-obj :id id :page-id page-id - :parent-id (:frame-id shape) + :parent-id (:parent-id shape) :frame-id (:frame-id shape) :index (cfh/get-position-on-parent objects id) :obj (cond-> shape