0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

🐛 Fix page background migration

This commit is contained in:
Andrey Antukh 2024-10-01 16:44:21 +02:00
parent 31f62dcc12
commit 76479a2486

View file

@ -1056,6 +1056,10 @@
(not (contains? page :default-grids)))
(assoc :default-grids (:saved-grids options))
(and (some? (:background options))
(not (contains? page :background)))
(assoc :background (:background options))
(and (some? (:flows options))
(or (not (contains? page :flows))
(not (map? (:flows page)))))