提交 7e31ef7d 编写于 作者: Q qiang

fix: event #2089

上级 e775c572
...@@ -198,7 +198,7 @@ export default { ...@@ -198,7 +198,7 @@ export default {
this._scrollTopChanged(this.scrollTopNumber) this._scrollTopChanged(this.scrollTopNumber)
this._scrollLeftChanged(this.scrollLeftNumber) this._scrollLeftChanged(this.scrollLeftNumber)
this._scrollIntoViewChanged(this.scrollIntoView) this._scrollIntoViewChanged(this.scrollIntoView)
this.__handleScroll = function (e) { this.__handleScroll = function (event) {
event.preventDefault() event.preventDefault()
event.stopPropagation() event.stopPropagation()
self._handleScroll.bind(self, event)() self._handleScroll.bind(self, event)()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册