mirror of https://github.com/ElemeFE/element
Table: remove mouse wheel prevent default. (#873)
parent
ca6637d5ba
commit
971150c2fb
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue