mirror of
https://github.com/penpot/penpot.git
synced 2026-03-13 13:57:21 +00:00
🐛 Sort tokens by name (#8488)
This commit is contained in:
@@ -188,7 +188,7 @@ Some naming conventions:
|
||||
[segments separator]
|
||||
(let [sorted (sort-by-children segments separator)
|
||||
grouped (group-by-first-segment sorted separator)]
|
||||
grouped))
|
||||
(into (sorted-map) grouped)))
|
||||
|
||||
(defn- build-tree-node
|
||||
"Builds a single tree node with lazy children."
|
||||
|
||||
Reference in New Issue
Block a user