mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Return true on click
This commit is contained in:
@ -25,7 +25,7 @@ namespace osu.Game.Overlays.Comments.Buttons
|
||||
protected override bool OnClick(ClickEvent e)
|
||||
{
|
||||
Expanded.Toggle();
|
||||
return base.OnClick(e);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user