mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 07:09:53 +08:00
Fix SearchTerm set causing infinite loop
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user