mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 16:51:31 -04:00
[#181] fix some event issues ( dragging and dropping, mobile taps ), fix popover issues ( popovers properly disappear ), eslint cleanup fixes
This commit is contained in:
parent
8afcfa0b45
commit
5e6327a400
5 changed files with 34 additions and 45 deletions
|
@ -40,7 +40,7 @@ class RecipeWaiter {
|
|||
if (this.app.isMobileView()) {
|
||||
swapThreshold = 0.60;
|
||||
animation = 400;
|
||||
delay = 200;
|
||||
delay = 50;
|
||||
} else {
|
||||
swapThreshold = 0.10;
|
||||
animation = 200;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue