Terminate zipworker when clearing all io

This commit is contained in:
j433866 2019-05-16 13:04:04 +01:00
parent a750b0f08a
commit 6df9b649a1
1 changed files with 1 additions and 0 deletions

View File

@ -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();