diff --git a/src/js/popup.js b/src/js/popup.js index 5f236e9..dda3985 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -1384,18 +1384,31 @@ Logic.registerPanel(REOPEN_IN_CONTAINER_PICKER, { const tr = document.createElement("tr"); tr.classList.add("menu-item", "hover-highlight", "keyboard-nav"); tr.setAttribute("tabindex", "0"); + + // Create const td = document.createElement("td"); + + // Create