fix:回收关于表格的缓存以及回到顶部按钮不显示的问题

This commit is contained in:
zhangyu
2020-11-20 16:55:21 +08:00
parent 1534c423b1
commit 3fbddf470e
13 changed files with 40 additions and 8 deletions

View File

@@ -542,6 +542,7 @@
el.removeEventListener("ps-scroll-y", this.plpsscrolly.bind('',el,this));
el.removeEventListener("mouseenter", this.plmouseenter.bind('',el,this));
el.removeEventListener("mouseleave", this.plmouseleave.bind('',el,this));
el._ps_.destroy();
}
}
}