diff --git a/frontend/src/app/main/data/workspace/libraries_helpers.cljs b/frontend/src/app/main/data/workspace/libraries_helpers.cljs index dbf68f1333..c5634969a4 100644 --- a/frontend/src/app/main/data/workspace/libraries_helpers.cljs +++ b/frontend/src/app/main/data/workspace/libraries_helpers.cljs @@ -948,11 +948,11 @@ (:id parent-shape) (:frame-id parent-shape))) - (nil? (:shape-ref original-shape)) - (assoc :shape-ref (:id original-shape)) - set-remote-synced? - (assoc :remote-synced true)))) + (assoc :remote-synced true) + + :always + (assoc :shape-ref (:id original-shape))))) update-original-shape (fn [original-shape _new-shape] original-shape)