mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-12-02 12:27:01 -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.add(value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dropDown.dataSource.sort('id', ASCENDING);
|
||||||
|
|
||||||
return returnValue;
|
return returnValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue