fix(browser-extension): tab creation not closing extension menu

This commit is contained in:
wanhose 2024-11-11 13:43:26 +01:00
parent b1f09ce11f
commit 31dc8389f0

View File

@ -245,6 +245,7 @@ async function handleLinkRedirect(event) {
if (href) {
await browser.tabs.create({ url: href });
window.close();
}
}