diff --git a/src/folderPane.ts b/src/folderPane.ts index 13f8f72..163be5c 100644 --- a/src/folderPane.ts +++ b/src/folderPane.ts @@ -61,18 +61,21 @@ export default { objs = objs.map(obj => [UI.utils.label(obj).toLowerCase(), obj]) objs.sort() // Sort by label case-insensitive objs = objs.map(pair => pair[1]) + // mainTable is a