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

pull/879/head
FuryBean 2016-11-07 11:58:01 +08:00 committed by cinwell.li
parent ca6637d5ba
commit 971150c2fb
1 changed files with 0 additions and 4 deletions

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;