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

This commit is contained in:
FuryBean
2016-11-07 11:58:01 +08:00
committed by cinwell.li
parent ca6637d5ba
commit 971150c2fb

View File

@@ -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;