mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Debounce autobake in the web app.
Added debounce with guidance from the underscore.js implementation:
e944e0275a/underscore.js (L880)
This commit is contained in:
@@ -36,6 +36,8 @@ var App = function(categories, operations, defaultFavourites, defaultOptions) {
|
||||
this.ingId = 0;
|
||||
|
||||
window.chef = this.chef;
|
||||
|
||||
this.autoBake = Utils.debounce(this.autoBake, 300);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user