mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 21:33:36 +00:00
Improved input change update responsiveness
This commit is contained in:
@@ -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, [])();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user