Explorar o código

feat(handsontable): 恢复默认滚动

wupeixin %!s(int64=3) %!d(string=hai) anos
pai
achega
ac42ac63b5
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      handsontable/src/3rdparty/walkontable/src/overlays.js

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

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