Skip to content

Commit

Permalink
Merge pull request #3818 from romanberdnikov/as-dropdown-racecond
Browse files Browse the repository at this point in the history
issue #3794
  • Loading branch information
felipeelia authored Feb 23, 2024
2 parents a890265 + 9249ec8 commit e789e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/autosuggest/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ function init() {
*/
input.addEventListener('keyup', handleKeyup);
input.addEventListener('blur', function () {
window.setTimeout(hideAutosuggestBox, 200);
window.setTimeout(hideAutosuggestBox, 300);
});
};

Expand Down

0 comments on commit e789e14

Please sign in to comment.