mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Cancel a potentially pending filter update when an update occurs
This commit is contained in:
@ -52,6 +52,8 @@ namespace osu.Game.Screens.Multi.Lounge.Components
|
||||
|
||||
private void updateFilter()
|
||||
{
|
||||
scheduledFilterUpdate?.Cancel();
|
||||
|
||||
filter.Value = new FilterCriteria
|
||||
{
|
||||
SearchString = Search.Current.Value ?? string.Empty,
|
||||
|
Reference in New Issue
Block a user