0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00

🐛 Fix copies of detached elements migration

This commit is contained in:
Alejandro Alonso 2024-02-01 11:25:16 +01:00 committed by Andrey Antukh
parent 750ea4fe3f
commit c6fb211874

View file

@ -941,8 +941,9 @@
(fix-component-nil-objects) (fix-component-nil-objects)
(fix-false-copies) (fix-false-copies)
(fix-component-root-without-component) (fix-component-root-without-component)
(fix-copies-of-detached)))) ; <- Do not add fixes after this one (fix-copies-of-detached); <- Do not add fixes after this and fix-orphan-copies call
; This extra call to fix-orphan-copies after fix-copies-of-detached because we can have detached subtrees with invalid shape-ref attributes
(fix-orphan-copies))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; COMPONENTS MIGRATION ;; COMPONENTS MIGRATION
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;