2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-13 06:43:26 +00:00

Fix some weirdness with tabs.

Adjust worker logic to avoid closing and reopening a worker as often
This commit is contained in:
j433866
2019-04-03 16:05:10 +01:00
parent 9df26b8c84
commit 1eadc08098
4 changed files with 20 additions and 12 deletions

View File

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