Skip to content

Commit

Permalink
Longer timeout?
Browse files Browse the repository at this point in the history
Strange, since this works on a real browser locally.
  • Loading branch information
mbrambilla committed Jul 18, 2024
1 parent 593afd5 commit 5d06b0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/js/unit/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,7 @@ $(function() {
$dropdown.on('afterShow.cfw.dropdown', function() {
setTimeout(function() {
$input[0].focus();
$input.trigger('focus');
}, 10);
}, 100);
});

$dropdown.CFW_Dropdown();
Expand Down

0 comments on commit 5d06b0e

Please sign in to comment.