mirror of
https://github.com/gchq/CyberChef
synced 2026-01-08 03:23:34 +00:00
Terminate zipworker when clearing all io
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user