fix(browser-extension): tab creation not closing extension menu
This commit is contained in:
parent
b1f09ce11f
commit
31dc8389f0
@ -245,6 +245,7 @@ async function handleLinkRedirect(event) {
|
|||||||
|
|
||||||
if (href) {
|
if (href) {
|
||||||
await browser.tabs.create({ url: href });
|
await browser.tabs.create({ url: href });
|
||||||
|
window.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user