Explorar o código

Table: remove mouse wheel prevent default. (#873)

FuryBean %!s(int64=8) %!d(string=hai) anos
pai
achega
971150c2fb
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      packages/table/src/table.vue

+ 0 - 4
packages/table/src/table.vue

@@ -191,10 +191,6 @@
           if (refs.rightFixedBodyWrapper) refs.rightFixedBodyWrapper.scrollTop = this.scrollTop;
         });
 
-        mousewheel(headerWrapper, function(event) {
-          event.preventDefault();
-        });
-
         mousewheel(headerWrapper, throttle(16, function(event) {
           const deltaX = event.deltaX;