mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 400935: Opening the identity box shouldn't select the address, patch by Dão Gottwald <dao@mozilla.com>, r=me
This commit is contained in:
parent
edfbaf40e0
commit
c8e6f167bf
@ -5856,6 +5856,8 @@ IdentityHandler.prototype = {
|
||||
* Click handler for the identity-box element in primary chrome.
|
||||
*/
|
||||
handleIdentityClick : function(event) {
|
||||
event.stopPropagation();
|
||||
|
||||
if (event.button != 0)
|
||||
return; // We only want left-clicks
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user