mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Terminate zipworker when clearing all io
This commit is contained in:
parent
a750b0f08a
commit
6df9b649a1
@ -1029,6 +1029,7 @@ class InputWaiter {
|
||||
clearAllIoClick() {
|
||||
this.manager.worker.cancelBake();
|
||||
this.manager.output.removeAllOutputs();
|
||||
this.manager.output.terminateZipWorker();
|
||||
|
||||
this.manager.highlighter.removeHighlights();
|
||||
getSelection().removeAllRanges();
|
||||
|
Loading…
Reference in New Issue
Block a user