mirror of
https://github.com/discourse/discourse.git
synced 2026-08-10 04:58:31 -05:00
FIX: Tab key should autocomplete like enter key does (#11659)
This commit is contained in:
@@ -569,6 +569,7 @@ export default function (options) {
|
||||
|
||||
// Keyboard codes! So 80's.
|
||||
switch (e.which) {
|
||||
case keys.tab:
|
||||
case keys.enter:
|
||||
if (!autocompleteOptions) {
|
||||
closeAutocomplete();
|
||||
|
||||
Reference in New Issue
Block a user