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:
parent
ea753da0ae
commit
8e0c6da1d6
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…
Reference in a new issue