зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1531367 - use root event for history middle clicks to get the correct URI, r=mak
Differential Revision: https://phabricator.services.mozilla.com/D23039 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
c92d5c4af5
Коммит
065019888f
|
@ -683,6 +683,7 @@ HistoryMenu.prototype = {
|
|||
},
|
||||
|
||||
_onCommand: function HM__onCommand(aEvent) {
|
||||
aEvent = getRootEvent(aEvent);
|
||||
let placesNode = aEvent.target._placesNode;
|
||||
if (placesNode) {
|
||||
if (!PrivateBrowsingUtils.isWindowPrivate(window))
|
||||
|
|
Загрузка…
Ссылка в новой задаче