mirror of
https://github.com/ppy/osu
synced 2024-12-24 07:42:55 +00:00
Fix tournament match handling right click to select itself, dismissing the context menu
This commit is contained in:
parent
7364173fa9
commit
8bfaa2a51f
@ -280,7 +280,7 @@ namespace osu.Game.Tournament.Screens.Ladder.Components
|
||||
|
||||
protected override bool OnClick(ClickEvent e)
|
||||
{
|
||||
if (editorInfo == null || Match is ConditionalTournamentMatch)
|
||||
if (editorInfo == null || Match is ConditionalTournamentMatch || e.Button != MouseButton.Left)
|
||||
return false;
|
||||
|
||||
Selected = true;
|
||||
|
Loading…
Reference in New Issue
Block a user