mirror of
https://github.com/gchq/CyberChef
synced 2025-12-13 14:53:15 +00:00
Move tab logic into a new TabWaiter
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user