mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 16:51:31 -04:00
fix one more constructor build() dupe
This commit is contained in:
parent
15252ee5c6
commit
047750fda4
4 changed files with 13 additions and 8 deletions
|
@ -38,12 +38,12 @@ class RecipeWaiter {
|
|||
|
||||
// tweak these values for better user experiences per device type and UI
|
||||
if (this.app.isMobileView()) {
|
||||
swapThreshold = 0.60;
|
||||
animation = 400;
|
||||
swapThreshold = 0.30;
|
||||
animation = 300;
|
||||
delay = 50;
|
||||
} else {
|
||||
swapThreshold = 0.10;
|
||||
animation = 200;
|
||||
swapThreshold = 1;
|
||||
animation = 100;
|
||||
delay = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue