Merge branch 'multiple-input-files' of github.com:j433866/CyberChef into multiple-input-files

This commit is contained in:
j433866 2019-05-14 11:45:22 +01:00
commit 04587a8a47
2 changed files with 1 additions and 1 deletions

View file

@ -847,6 +847,7 @@ class InputWaiter {
newTabButtonIcon.innerText = "clear";
newTabButton.appendChild(newTabButtonIcon);
newTabButton.addEventListener("click", this.removeTabClick.bind(this));
newTab.appendChild(newTabContent);
newTab.appendChild(newTabButton);