diff --git a/backend/src/app/features/components_v2.clj b/backend/src/app/features/components_v2.clj index 2036ab627..d7dd6d140 100644 --- a/backend/src/app/features/components_v2.clj +++ b/backend/src/app/features/components_v2.clj @@ -553,6 +553,10 @@ (create-shapes-for-svg mobj file-id (:objects page) position) (create-shapes-for-bitmap mobj position)) + shape (assoc shape :name (-> "Graphics" + (cph/merge-path-item (:path mobj)) + (cph/merge-path-item (:name mobj)))) + changes (-> (fcb/empty-changes nil) (fcb/set-save-undo? false)