Skip to content

Commit

Permalink
Resolve issue given by the QA
Browse files Browse the repository at this point in the history
  • Loading branch information
geeta07 committed May 31, 2019
1 parent c3955b2 commit bf4fbf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/code/Magento/Search/view/frontend/web/js/form-mini.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@ define([
media: '(max-width: 768px)',
entry: function () {
this.isExpandable = true;
this.element.attr('aria-expanded', false);
}.bind(this),
exit: function () {
this.isExpandable = true;
this.element.attr('aria-expanded', false);
}.bind(this)
});

Expand Down

0 comments on commit bf4fbf0

Please sign in to comment.