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:
commit
a6fc60a88d
1 changed files with 3 additions and 3 deletions
|
@ -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))))))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue