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

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