mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Move tab logic into a new TabWaiter
This commit is contained in:
parent
98af95a6ce
commit
c2087f6d5f
10 changed files with 523 additions and 462 deletions
|
@ -72,7 +72,7 @@ class ControlsWaiter {
|
|||
if (this.app.baking) return;
|
||||
// Reset status using cancelBake
|
||||
this.manager.worker.cancelBake(true, false);
|
||||
const activeTab = this.manager.input.getActiveTab();
|
||||
const activeTab = this.manager.tabs.getActiveInputTab();
|
||||
let progress = 0;
|
||||
if (this.manager.output.outputs[activeTab].progress !== false) {
|
||||
progress = this.manager.output.outputs[activeTab].progress;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue