close button not found
This commit is contained in:
Eric Lee 2020-07-12 15:36:50 -04:00
parent 94885de85b
commit a2a11d053b

View file

@ -841,7 +841,7 @@ Logic.registerPanel(P_CONTAINER_INFO, {
window.close();
});
const closeTab = document.querySelector(".trash-button");
const closeTab = tr.querySelector(".trash-button");
if (closeTab) {
Utils.addEnterHandler(closeTab, async (e) => {
await browser.tabs.remove(Number(e.target.id));