1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-19 03:33:17 +12:00

Open logger/dashboard links adjacent to current tab

This regressed in https://github.com/gorhill/uMatrix/commit/9b29230.
This commit is contained in:
xofe 2020-08-14 06:20:39 +00:00
parent 93edb4aca0
commit e7899435fe

View file

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