Reset checkarea for mouse wheel event when the mouse moved
@@ -1487,11 +1487,9 @@
return self.cancelEvent(e);
}
- /*
else {
- self.checkarea = true;
+ self.checkarea = 0;
-*/
};
if (cap.cantouch || self.opt.touchbehavior) {