diff --git a/frontend/src/app/main/data/workspace/libraries_helpers.cljs b/frontend/src/app/main/data/workspace/libraries_helpers.cljs index a60301109..322c4c637 100644 --- a/frontend/src/app/main/data/workspace/libraries_helpers.cljs +++ b/frontend/src/app/main/data/workspace/libraries_helpers.cljs @@ -159,7 +159,9 @@ component (:data library) position - components-v2) + components-v2 + ;; The position can generate a frame calculation inside the base component so we force the frame-id + {:force-frame-id frame-id}) first-shape (cond-> (first new-shapes) (not (nil? parent-id))