Merge branch 'master' into dangerous-delete-actions

This commit is contained in:
Dean Herbert
2022-04-05 10:55:01 +09:00
committed by GitHub
2 changed files with 22 additions and 19 deletions

View File

@ -174,7 +174,7 @@ namespace osu.Game.Screens.Select
public virtual bool OnPressed(KeyBindingPressEvent<GlobalAction> e)
{
if (e.Action == Hotkey)
if (e.Action == Hotkey && !e.Repeat)
{
TriggerClick();
return true;