mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 16:56:15 -04:00
Improve removing tabs experience
This commit is contained in:
parent
97f86af6b9
commit
8c2cc5b6d2
4 changed files with 23 additions and 27 deletions
|
@ -873,7 +873,7 @@ self.removeInput = function(removeInputData) {
|
|||
delete self.inputs[inputNum];
|
||||
|
||||
if (refreshTabs) {
|
||||
self.refreshTabs(inputNum, "left");
|
||||
self.refreshTabs(self.getPreviousInputNum(inputNum), "left");
|
||||
}
|
||||
|
||||
if (self.numInputs < self.maxWorkers && removeInputData.removeChefWorker) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue