diff --git a/osu-framework b/osu-framework index a2b6ea81a6..763a13f90e 160000 --- a/osu-framework +++ b/osu-framework @@ -1 +1 @@ -Subproject commit a2b6ea81a6dcfbb28ed7d85c7f54d33d48a00fa7 +Subproject commit 763a13f90e018f4ba9401566b381b3338a969512 diff --git a/osu.Game/Screens/Select/SearchTextBox.cs b/osu.Game/Screens/Select/SearchTextBox.cs index d6385d463a..4cd5353712 100644 --- a/osu.Game/Screens/Select/SearchTextBox.cs +++ b/osu.Game/Screens/Select/SearchTextBox.cs @@ -74,6 +74,8 @@ namespace osu.Game.Screens.Select protected override bool OnKeyDown(InputState state, KeyDownEventArgs args) { + if (HandlePendingText(state)) return true; + if (!state.Keyboard.ControlPressed && !state.Keyboard.ShiftPressed) { switch (args.Key)