Stop capturing arrow keys on Playlist

This commit is contained in:
notmyname 2022-07-31 19:12:29 +02:00
parent 998e3b74d6
commit 57b43e0065

View File

@ -204,6 +204,9 @@ namespace osu.Game.Screens.OnlinePlay
public bool OnPressed(KeyBindingPressEvent<GlobalAction> e)
{
if (!AllowSelection)
return false;
switch (e.Action)
{
case GlobalAction.SelectNext: