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:
Gijs Kruitbosch 2019-03-12 09:22:11 +00:00
Родитель c92d5c4af5
Коммит 065019888f
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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))