mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 19:58:09 +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)))
|
||||
shape))
|
||||
|
||||
(update-page [id {:keys [objects] :as page}]
|
||||
(d/mapm (partial update-object objects) objects))]
|
||||
(update-page [_ page]
|
||||
(update page :objects #(d/mapm (partial update-object %) %)))]
|
||||
|
||||
(update data :pages-index #(d/mapm update-page %))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user