mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Table: remove mouse wheel prevent default. (#873)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user