Merge pull request #4611 from devansh-webkul/issue-4606

Fixed product search icon which is not working properly in mobile view #4606
This commit is contained in:
Glenn Hermans 2021-02-12 07:43:00 +01:00 committed by GitHub
commit 74cbdba15d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -340,6 +340,7 @@
'submitForm': function () {
if (this.inputVal !== '') {
$('input[name=term]').val(this.inputVal);
$('#search-form').submit();
}
},