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:
parent
9059663a87
commit
f1349facc1
1 changed files with 2 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue