mirror of
https://github.com/ppy/osu
synced 2024-12-25 08:12:41 +00:00
Allow key event pass through selection handler
This commit is contained in:
parent
1ff0c7cb46
commit
5c5fcd7e7e
@ -213,8 +213,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
{
|
||||
case PlatformAction.Delete:
|
||||
DeleteSelected();
|
||||
// Pass to the `EditorContextMenuContainer` to handle the menu close
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user