0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-26 16:39:49 -05:00

Merge pull request #3403 from penpot/palba-fix-library-backup-order

🐛 Fix library backup assets order
This commit is contained in:
Alejandro 2023-07-11 11:12:39 +02:00 committed by GitHub
commit a6fc60a88d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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))))))))