Sort the chart editor note kind dropdown.

This commit is contained in:
EliteMasterEric 2024-02-23 03:23:00 -05:00
parent 4168962fec
commit 66c91d8b3e

View file

@ -147,6 +147,8 @@ class ChartEditorDropdowns
dropDown.dataSource.add(value);
}
dropDown.dataSource.sort('id', ASCENDING);
return returnValue;
}