0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-08 16:18:11 -05:00

🐛 Fix incorrect changes handling on graphics migration

This commit is contained in:
Andrey Antukh 2023-11-20 11:19:10 +01:00 committed by Andrés Moya
parent 24fc4d4d54
commit 6de55ab444

View file

@ -642,7 +642,8 @@
(px/submit! executor (partial process mobj position))))
(reduce (fn [fdata promise]
(if-let [changes (deref promise)]
(cp/process-changes fdata changes false)
(-> (assoc-in fdata [:options :components-v2] true)
(cp/process-changes changes false))
fdata))
fdata))
(finally