Explorar el Código

Reset checking area on mouse wheel event when the mouse moved.

Bruno Nadeau hace 9 años
padre
commit
5334bf17a6
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      jquery.nicescroll.js

+ 1 - 3
jquery.nicescroll.js

@@ -1484,11 +1484,9 @@
 
               return self.cancelEvent(e);
             }
-            /*              
             else {
-              self.checkarea = true;
+              self.checkarea = 0;
             }
-*/
           };
 
           if (cap.cantouch || self.opt.touchbehavior) {