Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 79f9c8a

Browse files
committed
Can't close mobile search bar
1 parent 9db4501 commit 79f9c8a

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
@@ -88,7 +88,7 @@ define([
8888
}
8989

9090
setTimeout($.proxy(function () {
91-
if (this.autoComplete.is(':hidden')) {
91+
if (this.autoComplete.css('display', 'none')) {
9292
this.setActiveState(false);
9393
} else {
9494
this.element.trigger('focus');

0 commit comments

Comments
 (0)