mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
Improve handling of displaying large outputs.
Bring getDishStr and getDishBuffer back.
This commit is contained in:
parent
e95f92cdeb
commit
4dcd60adc0
4 changed files with 192 additions and 103 deletions
|
@ -573,7 +573,7 @@ class InputWaiter {
|
|||
* @param {event} e
|
||||
*/
|
||||
debounceInputChange(e) {
|
||||
this.debounce(this.inputChange.bind(this), 100, [e])();
|
||||
this.debounce(this.inputChange.bind(this), 50, [e])();
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1076,6 +1076,7 @@ class InputWaiter {
|
|||
}
|
||||
|
||||
this.setupInputWorker();
|
||||
this.manager.worker.setupChefWorker();
|
||||
this.addInput(true);
|
||||
this.bakeAll();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue