提交 b58eea43 编写于 作者: D DCloud_LXH

fix: scroll fixed #3027

上级 f8478e42
......@@ -327,7 +327,15 @@ export default {
this.__handleTouchStart,
passiveOptions
)
this.$refs.main.addEventListener('touchmove', this.__handleTouchMove)
this.$refs.main.addEventListener(
'touchmove',
this.__handleTouchMove,
supportsPassive
? {
passive: false
}
: false
)
this.$refs.main.addEventListener(
'scroll',
this.__handleScroll,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册