Skip to content

Commit

Permalink
Update form-mini.js
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirZaets committed May 20, 2019
1 parent 3ca7c02 commit 3c8dcea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 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 @@ -129,6 +129,7 @@ define([
*/
setActiveState: function (isActive) {
var searchValue;

this.searchForm.toggleClass('active', isActive);
this.searchLabel.toggleClass('active', isActive);

Expand Down

0 comments on commit 3c8dcea

Please sign in to comment.