mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 06:21:22 +08:00
Allow key event pass through selection handler
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user