Skip to content

Commit

Permalink
Update a call to a deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
amire80 committed Jun 30, 2024
1 parent d8b0af4 commit 1f4fc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.uls.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@

if ( e.keyCode === 27 ) { // escape
this.cancel();
this.$element.focus();
this.$element.trigger( 'focus' );
e.preventDefault();
e.stopPropagation();
}
Expand Down

0 comments on commit 1f4fc30

Please sign in to comment.