mirror of
https://github.com/1f349/mail.1f349.com.git
synced 2024-11-09 22:32:52 +00:00
Sort folders
This commit is contained in:
parent
a0ed3bda92
commit
d950eca59f
@ -25,6 +25,7 @@
|
||||
}
|
||||
if (j.type === "list") {
|
||||
folders = j.value;
|
||||
folders.sort((a, b) => a.Name.localeCompare(b.Name));
|
||||
}
|
||||
// let a = {
|
||||
// type: "list",
|
||||
|
Loading…
Reference in New Issue
Block a user