mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Efficiency improvements to reduce unnecessary casting
This commit is contained in:
parent
16b79e32f6
commit
406da9fa2c
3 changed files with 31 additions and 26 deletions
|
@ -997,7 +997,6 @@ class InputWaiter {
|
|||
this.setupInputWorker();
|
||||
this.manager.worker.setupChefWorker();
|
||||
this.addInput(true);
|
||||
this.bakeAll();
|
||||
|
||||
// Fire the statechange event as the input has been modified
|
||||
window.dispatchEvent(this.manager.statechange);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue