mirror of
https://github.com/gchq/CyberChef
synced 2025-12-16 00:04:20 +00:00
Run set() when a bake is cancelled.
This will make sure the output shows the most recently baked data, and also shows the stale indicator if needed
This commit is contained in:
@@ -242,7 +242,7 @@ class WorkerWaiter {
|
|||||||
|
|
||||||
this.inputs = [];
|
this.inputs = [];
|
||||||
this.totalOutputs = 0;
|
this.totalOutputs = 0;
|
||||||
this.manager.controls.showStaleIndicator();
|
this.manager.output.set(this.manager.output.getActiveTab());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user