mirror of
https://github.com/ppy/osu.git
synced 2024-11-14 15:57:24 +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()
|
protected void DeleteSelected()
|
||||||
{
|
{
|
||||||
DeleteItems(SelectedItems.ToArray());
|
DeleteItems(SelectedItems.ToArray());
|
||||||
|
DeselectAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
Loading…
Reference in New Issue
Block a user