[#181] fix some event issues ( dragging and dropping, mobile taps ), fix popover issues ( popovers properly disappear ), eslint cleanup fixes

This commit is contained in:
Robin Scholtes 2023-08-14 17:34:23 +12:00
parent 8afcfa0b45
commit 5e6327a400
5 changed files with 34 additions and 45 deletions

View file

@ -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;