0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 17:18:21 -05:00

🐛 Fix graphics conversion in migration to components-v2

This commit is contained in:
Andrés Moya 2023-11-08 18:00:21 +01:00
parent 9059663a87
commit f1349facc1

View file

@ -574,7 +574,8 @@
cfsh/prepare-create-artboard-from-selection)
changes (pcb/concat-changes changes changes2)]
(cp/process-changes fdata (:redo-changes changes) false)))
(cp/process-changes (assoc-in fdata [:options :components-v2] true) ; Process component creation in v2 way
(:redo-changes changes) false)))
(defn- migrate-graphics
[fdata]