mirror of
https://github.com/penpot/penpot.git
synced 2026-09-13 15:38:38 +00:00
🐛 Fix previous migration.
This commit is contained in:
parent
f29d54ad0d
commit
768216d9bc
@ -264,7 +264,7 @@
|
|||||||
(filterv (fn [id] (contains? objects id)) shapes)))
|
(filterv (fn [id] (contains? objects id)) shapes)))
|
||||||
shape))
|
shape))
|
||||||
|
|
||||||
(update-page [id {:keys [objects] :as page}]
|
(update-page [_ page]
|
||||||
(d/mapm (partial update-object objects) objects))]
|
(update page :objects #(d/mapm (partial update-object %) %)))]
|
||||||
|
|
||||||
(update data :pages-index #(d/mapm update-page %))))
|
(update data :pages-index #(d/mapm update-page %))))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user