mirror of
https://github.com/gchq/CyberChef
synced 2025-01-08 10:38:46 +00:00
Bake inputs after clearing IO
This commit is contained in:
parent
cb86cb1882
commit
e95f92cdeb
1 changed files with 1 additions and 0 deletions
|
@ -1077,6 +1077,7 @@ class InputWaiter {
|
|||
|
||||
this.setupInputWorker();
|
||||
this.addInput(true);
|
||||
this.bakeAll();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue