fix: ie table scroll not work #390
parent
c924f4ca82
commit
754c220eab
|
@ -373,7 +373,11 @@ export default {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
const wd = event.deltaY;
|
const wd = event.deltaY;
|
||||||
const target = event.target;
|
const target = event.target;
|
||||||
const { bodyTable, fixedColumnsBodyLeft, fixedColumnsBodyRight } = this;
|
const {
|
||||||
|
ref_bodyTable: bodyTable,
|
||||||
|
ref_fixedColumnsBodyLeft: fixedColumnsBodyLeft,
|
||||||
|
ref_fixedColumnsBodyRight: fixedColumnsBodyRight,
|
||||||
|
} = this;
|
||||||
let scrollTop = 0;
|
let scrollTop = 0;
|
||||||
|
|
||||||
if (this.lastScrollTop) {
|
if (this.lastScrollTop) {
|
||||||
|
|
Loading…
Reference in New Issue