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:
parent
31f62dcc12
commit
76479a2486
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue