mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 17:52:56 +08:00
Fix SearchTerm
set causing infinite loop
This commit is contained in:
parent
6e00b21a32
commit
5a1c3aeb7e
@ -15,7 +15,7 @@ namespace osu.Game.Overlays.Mods
|
||||
if (value == SearchTerm)
|
||||
return;
|
||||
|
||||
SearchTerm = value;
|
||||
base.SearchTerm = value;
|
||||
|
||||
// Manual filtering here is required because ModColumn can be hidden when search term applied,
|
||||
// causing the whole SearchContainer to become non-present and never actually perform a subsequent
|
||||
|
Loading…
Reference in New Issue
Block a user