We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd47df7 commit 98be34bCopy full SHA for 98be34b
app/code/Magento/Search/view/frontend/web/form-mini.js
@@ -206,14 +206,14 @@ define([
206
207
switch (keyCode) {
208
case $.ui.keyCode.HOME:
209
- if(this._getFirstVisibleElement()) {
+ if (this._getFirstVisibleElement()) {
210
this._getFirstVisibleElement().addClass(this.options.selectClass);
211
this.responseList.selected = this._getFirstVisibleElement();
212
}
213
break;
214
215
case $.ui.keyCode.END:
216
217
this._getLastElement().addClass(this.options.selectClass);
218
this.responseList.selected = this._getLastElement();
219
0 commit comments