mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Make sure all selected items get deleted
This commit is contained in:
@ -305,7 +305,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
|
||||
protected void DeleteSelected()
|
||||
{
|
||||
DeleteItems(selectedBlueprints.Select(b => b.Item));
|
||||
DeleteItems(SelectedItems.ToArray());
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
Reference in New Issue
Block a user