fix: firefox open setting

This commit is contained in:
Cloud 2019-08-14 09:33:51 +08:00
parent 597da6a9e4
commit 5448ede475
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ chrome.runtime.getBackgroundPage((background) => {
chrome.tabs.create({
url: ele.getAttribute('href'),
});
window.close();
});
});
});