1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-02-06 03:28:08 +00:00

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;
}