mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 05:13:23 +00:00
Remove getOutput function, use Dish object instead
Fix inputNum error in WorkerWaiter. Replace explicit tab shadows with class lists
This commit is contained in:
@@ -1111,7 +1111,7 @@ class InputWaiter {
|
||||
});
|
||||
} else if (numTabs === this.maxTabs) {
|
||||
// Can't create a new tab
|
||||
document.getElementById("input-tabs").lastElementChild.style.boxShadow = "-15px 0px 15px -15px var(--primary-border-colour) inset";
|
||||
document.getElementById("input-tabs").lastElementChild.classList.add("tabs-right");
|
||||
}
|
||||
|
||||
if (changeTab) this.changeTab(inputNum, false);
|
||||
|
||||
Reference in New Issue
Block a user