mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +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()
|
private void updateFilter()
|
||||||
{
|
{
|
||||||
|
scheduledFilterUpdate?.Cancel();
|
||||||
|
|
||||||
filter.Value = new FilterCriteria
|
filter.Value = new FilterCriteria
|
||||||
{
|
{
|
||||||
SearchString = Search.Current.Value ?? string.Empty,
|
SearchString = Search.Current.Value ?? string.Empty,
|
||||||
|
Reference in New Issue
Block a user