diff --git a/src/jquery.uls.core.js b/src/jquery.uls.core.js index 15c37b7..58d2346 100644 --- a/src/jquery.uls.core.js +++ b/src/jquery.uls.core.js @@ -328,6 +328,7 @@ if ( e.keyCode === 27 ) { // escape this.cancel(); + this.$element.focus(); e.preventDefault(); e.stopPropagation(); }