mirror of
https://github.com/gchq/CyberChef
synced 2025-12-13 14:53:15 +00:00
Fix some weirdness with tabs.
Adjust worker logic to avoid closing and reopening a worker as often
This commit is contained in:
@@ -82,7 +82,7 @@ class Manager {
|
||||
* Sets up the various components and listeners.
|
||||
*/
|
||||
setup() {
|
||||
this.input.addTab();
|
||||
this.input.addTab(true);
|
||||
this.input.setupLoaderWorker();
|
||||
this.worker.setupChefWorker();
|
||||
this.recipe.initialiseOperationDragNDrop();
|
||||
|
||||
Reference in New Issue
Block a user