From 8e2011c755e920584aec56676ef158bd9d15e10f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Thu, 17 Aug 2023 17:50:19 +0200 Subject: [PATCH] :bug: Fix absorb unpublished library --- common/src/app/common/types/file.cljc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/src/app/common/types/file.cljc b/common/src/app/common/types/file.cljc index 36073449a8..1b16682411 100644 --- a/common/src/app/common/types/file.cljc +++ b/common/src/app/common/types/file.cljc @@ -444,7 +444,8 @@ library-data position (dm/get-in file-data [:options :components-v2]) - {:main-instance true}) + {:main-instance? true + :keep-ids? true}) main-instance-shapes (map #(cond-> %