1
0
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:
Cootz
2023-05-31 19:36:42 +03:00
Unverified
parent 6e00b21a32
commit 5a1c3aeb7e
+1 -1
View File
@@ -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