mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
OnClick should actually handle the event
This commit is contained in:
@ -126,7 +126,7 @@ namespace osu.Game.Overlays.Comments
|
||||
protected override bool OnClick(ClickEvent e)
|
||||
{
|
||||
Checked.Value = !Checked.Value;
|
||||
return base.OnClick(e);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user