mirror of https://github.com/zulip/zulip.git
Revert "typeahead: Fix bug where typeahead showed momentarily on shift + tab."
This reverts commit 9def249af1
.
This broke the '>' typeahead.
This commit is contained in:
parent
678d16a908
commit
631ca13428
|
@ -475,11 +475,6 @@ import {get_string_diff} from "../../js/util";
|
||||||
}
|
}
|
||||||
break
|
break
|
||||||
|
|
||||||
// to stop typeahead from showing up momentarily
|
|
||||||
// when shift + tabbing to a field with typeahead
|
|
||||||
case 16: // shift
|
|
||||||
break
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
var hideOnEmpty = false
|
var hideOnEmpty = false
|
||||||
if (e.keyCode === 8 && this.options.helpOnEmptyStrings) { // backspace
|
if (e.keyCode === 8 && this.options.helpOnEmptyStrings) { // backspace
|
||||||
|
|
Loading…
Reference in New Issue