mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Reset displayed load progress when clearing IO
This commit is contained in:
parent
7586c3ef8a
commit
1d20fe13f3
1 changed files with 11 additions and 0 deletions
|
@ -1168,6 +1168,17 @@ class InputWaiter {
|
||||||
tabsList.item(i).remove();
|
tabsList.item(i).remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.showLoadingInfo({
|
||||||
|
pending: 0,
|
||||||
|
loading: 0,
|
||||||
|
loaded: 1,
|
||||||
|
total: 1,
|
||||||
|
activeProgress: {
|
||||||
|
inputNum: 1,
|
||||||
|
progress: 100
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
this.setupInputWorker();
|
this.setupInputWorker();
|
||||||
this.manager.worker.setupChefWorker();
|
this.manager.worker.setupChefWorker();
|
||||||
this.addInput(true);
|
this.addInput(true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue