Skip to content

Commit 7f1d9d2

Browse files
author
Hayder Sharhan
committed
Merge commit 'refs/pull/3770/head' of https://github.com/magento/magento2 into MAGETWO-54355
2 parents 7bbb2bf + 81fafc0 commit 7f1d9d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ define([
7979
}.bind(this));
8080

8181
this.element.on('blur', $.proxy(function () {
82+
if (!this.searchLabel.hasClass('active')) {
83+
return;
84+
}
8285

8386
setTimeout($.proxy(function () {
8487
if (this.autoComplete.is(':hidden')) {

0 commit comments

Comments
 (0)