mirror of
https://github.com/penpot/penpot.git
synced 2026-05-16 13:33:45 +00:00
🐛 Fix page background migration
This commit is contained in:
parent
31f62dcc12
commit
76479a2486
@ -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)))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user