mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
Terminate zipworker when clearing all io
This commit is contained in:
parent
a750b0f08a
commit
6df9b649a1
1 changed files with 1 additions and 0 deletions
|
@ -1029,6 +1029,7 @@ class InputWaiter {
|
||||||
clearAllIoClick() {
|
clearAllIoClick() {
|
||||||
this.manager.worker.cancelBake();
|
this.manager.worker.cancelBake();
|
||||||
this.manager.output.removeAllOutputs();
|
this.manager.output.removeAllOutputs();
|
||||||
|
this.manager.output.terminateZipWorker();
|
||||||
|
|
||||||
this.manager.highlighter.removeHighlights();
|
this.manager.highlighter.removeHighlights();
|
||||||
getSelection().removeAllRanges();
|
getSelection().removeAllRanges();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue