mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 821328 - PlacesUIUtils._openNodeIn throws with alt modifier.
r=dao
This commit is contained in:
parent
18c881540a
commit
034a583dbc
@ -622,7 +622,7 @@ this.PlacesUIUtils = {
|
|||||||
openNodeWithEvent:
|
openNodeWithEvent:
|
||||||
function PUIU_openNodeWithEvent(aNode, aEvent, aView) {
|
function PUIU_openNodeWithEvent(aNode, aEvent, aView) {
|
||||||
let window = aView.ownerWindow;
|
let window = aView.ownerWindow;
|
||||||
this._openNodeIn(aNode, window.whereToOpenLink(aEvent), window);
|
this._openNodeIn(aNode, window.whereToOpenLink(aEvent, false, true), window);
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user