mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 22:21:01 +01: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:
parent
1bdef97dc7
commit
b2406b0465
@ -242,7 +242,7 @@ class WorkerWaiter {
|
||||
|
||||
this.inputs = [];
|
||||
this.totalOutputs = 0;
|
||||
this.manager.controls.showStaleIndicator();
|
||||
this.manager.output.set(this.manager.output.getActiveTab());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user