Skip to content

Commit

Permalink
Update form-mini.js
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirZaets authored and Prakash Prajapati committed Jun 21, 2019
1 parent 525396a commit e7c33f3
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 @@ -130,6 +130,7 @@ define([
*/
setActiveState: function (isActive) {
var searchValue;

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

Expand Down

0 comments on commit e7c33f3

Please sign in to comment.