From f120ae9753acb930386bf7076bc31a838411545d Mon Sep 17 00:00:00 2001 From: tophf Date: Sun, 10 Dec 2017 10:49:34 +0300 Subject: [PATCH] fixup 0a865318: preserve normal behavior on normal links --- popup/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup/popup.js b/popup/popup.js index f15ce92c..47e86340 100644 --- a/popup/popup.js +++ b/popup/popup.js @@ -427,7 +427,7 @@ Object.assign(handleEvent, { .then(activeTab => openURL({ url: this.href || this.dataset.href, index: activeTab.index + 1, - active: false, + active: msg ? false : undefined, })) .then(msg && ( function poll(tab, t0 = performance.now()) {