mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Fix some weirdness with tabs.
Adjust worker logic to avoid closing and reopening a worker as often
This commit is contained in:
parent
9df26b8c84
commit
1eadc08098
4 changed files with 20 additions and 12 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue