mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 23:52:57 +08:00
return true since we are handling the action
This commit is contained in:
parent
9f546bd484
commit
fce9740f28
@ -148,7 +148,7 @@ namespace osu.Game.Overlays.Chat
|
||||
{
|
||||
if (args.Button == MouseButton.Middle)
|
||||
closeButton.Action();
|
||||
return base.OnMouseUp(state, args);
|
||||
return true;
|
||||
}
|
||||
|
||||
protected override bool OnHover(InputState state)
|
||||
|
Loading…
Reference in New Issue
Block a user