1
0
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:
jkh675
2024-08-04 19:11:21 +08:00
Unverified
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;