Revert "typeahead: Fix bug where typeahead showed momentarily on shift + tab."

This reverts commit 9def249af1.

This broke the '>' typeahead.
This commit is contained in:
Tim Abbott 2023-02-22 17:06:50 -08:00
parent 678d16a908
commit 631ca13428
1 changed files with 0 additions and 5 deletions

View File

@ -475,11 +475,6 @@ import {get_string_diff} from "../../js/util";
}
break
// to stop typeahead from showing up momentarily
// when shift + tabbing to a field with typeahead
case 16: // shift
break
default:
var hideOnEmpty = false
if (e.keyCode === 8 && this.options.helpOnEmptyStrings) { // backspace