mirror of
https://github.com/ppy/osu.git
synced 2026-06-07 00:04:29 +08:00
Remove unnecessary collapse call from BeatmapCard
This is already handled at the `BeatmapCardContent` level. This call actually causes the buggy behaviour reported in https://github.com/ppy/osu/discussions/16085.
This commit is contained in:
@@ -368,8 +368,6 @@ namespace osu.Game.Beatmaps.Drawables.Cards
|
||||
|
||||
protected override void OnHoverLost(HoverLostEvent e)
|
||||
{
|
||||
content.CollapseAfterDelay();
|
||||
|
||||
updateState();
|
||||
base.OnHoverLost(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user