mirror of https://github.com/ppy/osu
update comment
This commit is contained in:
parent
b95a598338
commit
e628e44d8e
|
@ -36,7 +36,7 @@ public SearchTextBox()
|
|||
|
||||
protected override bool HandleAction(PlatformAction action)
|
||||
{
|
||||
// Allow delete to be handled locally
|
||||
// Shift-delete is unnecessary for search inputs, so its propagated up the input queue.
|
||||
if (action.ActionType == PlatformActionType.CharNext && action.ActionMethod == PlatformActionMethod.Delete)
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue