update comment

This commit is contained in:
David Zhao 2019-07-23 13:25:03 +09:00 committed by GitHub
parent b95a598338
commit e628e44d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;