Donot close when clicked outside
Change-Id: Ib94423e8c26f69cdba460e21e9bcaee1a436e187
This commit is contained in:
@@ -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 ) );
|
||||
|
||||
Reference in New Issue
Block a user