0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-08 08:09:14 -05:00

Skip invalid graphics on migration post binfile import

This commit is contained in:
Andrey Antukh 2024-04-08 17:12:27 +02:00 committed by Andrés Moya
parent 36129bd227
commit 7ebf8dd702

View file

@ -479,7 +479,9 @@
(doseq [[feature file-id] (-> *state* deref :pending-to-migrate)]
(case feature
"components/v2"
(feat.compv2/migrate-file! cfg file-id :validate? (::validate cfg true))
(feat.compv2/migrate-file! cfg file-id
:validate? (::validate cfg true)
:skip-on-graphic-error? true)
"fdata/shape-data-type"
nil