mirror of
https://github.com/osukey/osukey.git
synced 2025-06-25 21:27:54 +09:00
Merge pull request #21226 from Joehuu/beatmap-card-expanded-block-clicks
Fix beatmap card expanded content not blocking clicks from behind
This commit is contained in:
commit
6aaafef696
@ -59,6 +59,8 @@ namespace osu.Game.Beatmaps.Drawables.Cards
|
|||||||
return base.OnScroll(e);
|
return base.OnScroll(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override bool OnClick(ClickEvent e) => true;
|
||||||
|
|
||||||
private class ExpandedContentScrollbar : OsuScrollbar
|
private class ExpandedContentScrollbar : OsuScrollbar
|
||||||
{
|
{
|
||||||
public ExpandedContentScrollbar(Direction scrollDir)
|
public ExpandedContentScrollbar(Direction scrollDir)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user