diff --git a/src/jquery.uls.core.js b/src/jquery.uls.core.js index 7e1c382..f9ae25a 100644 --- a/src/jquery.uls.core.js +++ b/src/jquery.uls.core.js @@ -224,9 +224,6 @@ e.stopPropagation(); } ); - // Close ULS if clicking elsewhere - $( document ).on( 'click', $.proxy( uls.cancel, uls ) ); - // Handle key press events on the menu uls.$menu.on( 'keypress', $.proxy( this.keypress, this ) ) .on( 'keyup', $.proxy( this.keyup, this ) );