mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
Change tab element height using stylesheet.
Debounce bake button function changes.
This commit is contained in:
parent
a7eefa88fa
commit
6d95cb01c8
4 changed files with 24 additions and 25 deletions
|
@ -281,7 +281,7 @@ class WorkerWaiter {
|
|||
*/
|
||||
setBakingStatus(bakingStatus) {
|
||||
this.app.baking = bakingStatus;
|
||||
this.manager.controls.toggleBakeButtonFunction(bakingStatus ? "cancel" : "bake");
|
||||
this.app.debounce(this.manager.controls.toggleBakeButtonFunction, 20, "toggleBakeButton", this, [bakingStatus ? "cancel" : "bake"])();
|
||||
|
||||
if (bakingStatus) this.manager.output.hideMagicButton();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue