提交 3d1a042f 编写于 作者: B baofuchun

fix: ev.preventDefault前进行cancelable检查

上级 dcb59141
......@@ -186,7 +186,9 @@ export function usePageRefresh(refreshRef: Ref) {
return
}
ev.preventDefault()
if (ev.cancelable) {
ev.preventDefault()
}
if (distance === null) {
offset = deltaY
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册