mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 05:13:23 +00:00
Change tab element height using stylesheet.
Debounce bake button function changes.
This commit is contained in:
@@ -314,7 +314,7 @@ class InputWaiter {
|
||||
*/
|
||||
bakeAll() {
|
||||
this.app.progress = 0;
|
||||
this.manager.controls.toggleBakeButtonFunction("loading");
|
||||
this.app.debounce(this.manager.controls.toggleBakeButtonFunction, 20, "toggleBakeButton", this, ["loading"]);
|
||||
this.inputWorker.postMessage({
|
||||
action: "bakeAll"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user