Bläddra i källkod

feat(handsontable): 注释掉阻止滚动

wupeixin 3 år sedan
förälder
incheckning
24e4bd3396
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      handsontable/src/3rdparty/walkontable/src/overlays.js

+ 1 - 1
handsontable/src/3rdparty/walkontable/src/overlays.js

@@ -250,7 +250,7 @@ class Overlays {
           (overlay === 'bottom' && deltaY !== 0) ||
           ((overlay === 'topLeft' || overlay === 'bottomLeft') && (deltaY !== 0 || deltaX !== 0))) {
 
-          event.preventDefault();
+          // event.preventDefault();
         }
       }]);
     }