mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
invalidate scroll position
This commit is contained in:
@ -211,7 +211,7 @@ namespace osu.Game.Overlays
|
||||
|
||||
loading.Hide();
|
||||
|
||||
searchTextBox.Current.BindValueChanged(term => SectionsContainer.SearchContainer.SearchTerm = term.NewValue, true);
|
||||
searchTextBox.Current.BindValueChanged(term => SectionsContainer.SearchTerm = term.NewValue, true);
|
||||
searchTextBox.TakeFocus();
|
||||
|
||||
loadSidebarButtons();
|
||||
|
Reference in New Issue
Block a user