mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-26 17:46:08 -05:00
Sort the chart editor note kind dropdown.
This commit is contained in:
parent
4168962fec
commit
66c91d8b3e
1 changed files with 2 additions and 0 deletions
|
@ -147,6 +147,8 @@ class ChartEditorDropdowns
|
|||
dropDown.dataSource.add(value);
|
||||
}
|
||||
|
||||
dropDown.dataSource.sort('id', ASCENDING);
|
||||
|
||||
return returnValue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue