fixup 0a865318: preserve normal behavior on normal links
This commit is contained in:
parent
b365962bbf
commit
f120ae9753
|
@ -427,7 +427,7 @@ Object.assign(handleEvent, {
|
||||||
.then(activeTab => openURL({
|
.then(activeTab => openURL({
|
||||||
url: this.href || this.dataset.href,
|
url: this.href || this.dataset.href,
|
||||||
index: activeTab.index + 1,
|
index: activeTab.index + 1,
|
||||||
active: false,
|
active: msg ? false : undefined,
|
||||||
}))
|
}))
|
||||||
.then(msg && (
|
.then(msg && (
|
||||||
function poll(tab, t0 = performance.now()) {
|
function poll(tab, t0 = performance.now()) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user