mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 02:57:25 +08:00
Remove limitation stopping search updates when no query present in direct
Closes #4310.
This commit is contained in:
parent
b02a4ef764
commit
287870f1e1
@ -273,9 +273,6 @@ namespace osu.Game.Overlays
|
||||
if (api == null)
|
||||
return;
|
||||
|
||||
if (Header.Tabs.Current.Value == DirectTab.Search && (Filter.Search.Text == string.Empty || currentQuery.Value == string.Empty))
|
||||
return;
|
||||
|
||||
previewTrackManager.StopAnyPlaying(this);
|
||||
|
||||
getSetsRequest = new SearchBeatmapSetsRequest(currentQuery.Value ?? string.Empty,
|
||||
|
Loading…
x
Reference in New Issue
Block a user