mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:47:46 +08:00
Add inline comment
This commit is contained in:
parent
07f577a0c6
commit
04dbb6fc1b
@ -176,6 +176,9 @@ namespace osu.Game.Overlays
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
// new results may contain beatmaps from a previous page,
|
||||||
|
// this is dodgy but matches web behaviour for now.
|
||||||
|
// see: https://github.com/ppy/osu-web/issues/9270
|
||||||
newCards = newCards.Except(foundContent);
|
newCards = newCards.Except(foundContent);
|
||||||
|
|
||||||
panelLoadTask = LoadComponentsAsync(newCards, loaded =>
|
panelLoadTask = LoadComponentsAsync(newCards, loaded =>
|
||||||
|
Loading…
Reference in New Issue
Block a user