0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00

🐛 Fix library backup assets order

This commit is contained in:
Pablo Alba 2023-07-11 08:05:56 +02:00
parent ea753da0ae
commit 8e0c6da1d6

View file

@ -407,7 +407,7 @@
(update page :objects update-vals root-to-board))]
(-> file-data
(add-instance-grid (sort-by :name components))
(add-instance-grid (reverse (sort-by :name components)))
(update :pages-index update-vals roots-to-board)
(assoc-in [:options :components-v2] true))))))))