From e7899435fefda2841a54dff7a58568eaba67cf02 Mon Sep 17 00:00:00 2001 From: xofe <22776566+xofe@users.noreply.github.com> Date: Fri, 14 Aug 2020 06:20:39 +0000 Subject: [PATCH] Open logger/dashboard links adjacent to current tab This regressed in https://github.com/gorhill/uMatrix/commit/9b29230. --- src/js/popup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/popup.js b/src/js/popup.js index b4d8e3f..88239dc 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -1327,6 +1327,7 @@ const gotoExtensionURL = function(ev) { what: 'gotoExtensionURL', url, select: true, + index: -1, shiftKey: ev.shiftKey, }); dropDownMenuHide();