Open logger/dashboard links adjacent to current tab

This regressed in https://github.com/gorhill/uMatrix/commit/9b29230.
pull/2/head
xofe 4 years ago
parent 93edb4aca0
commit e7899435fe

@ -1327,6 +1327,7 @@ const gotoExtensionURL = function(ev) {
what: 'gotoExtensionURL',
url,
select: true,
index: -1,
shiftKey: ev.shiftKey,
});
dropDownMenuHide();

Loading…
Cancel
Save