mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 02:28:18 -05:00
🐛 Fix incorrect changes handling on graphics migration
This commit is contained in:
parent
24fc4d4d54
commit
6de55ab444
1 changed files with 2 additions and 1 deletions
|
@ -642,7 +642,8 @@
|
||||||
(px/submit! executor (partial process mobj position))))
|
(px/submit! executor (partial process mobj position))))
|
||||||
(reduce (fn [fdata promise]
|
(reduce (fn [fdata promise]
|
||||||
(if-let [changes (deref 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))
|
||||||
fdata))
|
fdata))
|
||||||
(finally
|
(finally
|
||||||
|
|
Loading…
Add table
Reference in a new issue