Skip to content

Commit 9685c11

Browse files
committed
Merge remote-tracking branch 'goinc/MAGETWO-50184' into pr-452
2 parents b3a13b8 + 905c32a commit 9685c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Search/view/frontend/web/form-mini.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ define([
249249

250250
this.responseList.indexList
251251
.on('click', function (e) {
252-
this.responseList.selected = $(e.target);
252+
this.responseList.selected = $(e.currentTarget);
253253
this.searchForm.trigger('submit');
254254
}.bind(this))
255255
.on('mouseenter mouseleave', function (e) {

0 commit comments

Comments
 (0)