Remove getOutput function, use Dish object instead

Fix inputNum error in WorkerWaiter.
Replace explicit tab shadows with class lists
This commit is contained in:
j433866 2019-07-10 14:58:07 +01:00
parent 710223d7de
commit a08419a4ce
3 changed files with 55 additions and 70 deletions

View file

@ -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);