mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:47:46 +08:00
Ensure selection is reset after immediately deleting objects
Closes https://github.com/ppy/osu/issues/23518.
This commit is contained in:
parent
1049257b56
commit
949de35664
@ -311,6 +311,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
protected void DeleteSelected()
|
||||
{
|
||||
DeleteItems(SelectedItems.ToArray());
|
||||
DeselectAll();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
Loading…
Reference in New Issue
Block a user