caipin 5 years ago
parent
commit
c35cf760ec
1 changed files with 2 additions and 0 deletions
  1. 2 0
      global/js/cloud/curing.js

+ 2 - 0
global/js/cloud/curing.js

@@ -171,6 +171,8 @@ $(function() {
         
             console.log('mousedown');
            
+    }).mousemove(function(){
+        console.log('mousemove');
     }).mouseup(function(){
         console.log('mouseup');
     }).click(function(){