mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +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)
|
protected override bool OnClick(ClickEvent e)
|
||||||
{
|
{
|
||||||
Expanded.Toggle();
|
Expanded.Toggle();
|
||||||
return base.OnClick(e);
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user