Skip to content

Commit

Permalink
Update apexspotlight.js
Browse files Browse the repository at this point in the history
This fixes issue Dani3lSun#12
  • Loading branch information
Mabktst committed Feb 27, 2023
1 parent b63d14e commit 9630d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/files/js/apexspotlight.js
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ apex.da.apexSpotlight = {
*/
resetSpotlight: function() {
$('#' + apexSpotlight.SP_LIST).empty();
$(apexSpotlight.DOT + apexSpotlight.SP_INPUT).val('').focus();
$(apexSpotlight.DOT + apexSpotlight.SP_INPUT).val('');
apexSpotlight.gKeywords = '';
apexSpotlight.handleAriaAttr();
},
Expand Down

0 comments on commit 9630d07

Please sign in to comment.