2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-04 01:23:18 +00:00

Fix stepping again

This commit is contained in:
j433866
2019-05-23 15:31:18 +01:00
parent 4dcd60adc0
commit 0bced35931

View File

@@ -71,10 +71,12 @@ class ControlsWaiter {
stepClick() {
if (this.manager.worker.step) {
// Step has already been clicked so get the data from the output
this.manager.worker.cancelBake();
const activeTab = this.manager.input.getActiveTab();
this.manager.worker.loadingOutputs++;
this.app.progress = this.manager.output.outputs[activeTab].progress;
this.app.bake(true);
this.manager.worker.bakeId++;
this.manager.worker.queueInput({
input: this.manager.output.getOutput(activeTab, true),
inputNum: activeTab,