Skip to content

Commit

Permalink
feat(search): support remove icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de committed Dec 15, 2024
1 parent 09c1fe0 commit 3c338f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/modules/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
remove: {
click: function () {
module.clear.value();
$prompt.trigger('focus');
},
},
result: {
Expand Down Expand Up @@ -845,7 +846,6 @@
},
value: function () {
module.set.value('');
module.hideResults();
},
},

Expand Down

0 comments on commit 3c338f5

Please sign in to comment.