mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Improved input change update responsiveness
This commit is contained in:
parent
157dacb3a5
commit
5c8aac5572
5 changed files with 20 additions and 49 deletions
|
@ -728,10 +728,11 @@ class App {
|
|||
* @param {event} e
|
||||
*/
|
||||
stateChange(e) {
|
||||
this.progress = 0;
|
||||
this.autoBake();
|
||||
|
||||
this.updateTitle(true, null, true);
|
||||
debounce(function() {
|
||||
this.progress = 0;
|
||||
this.autoBake();
|
||||
this.updateTitle(true, null, true);
|
||||
}, 20, "stateChange", this, [])();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue