mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-24 23:49:14 +08:00
[bugfix] PullRefresh: preventDefault warning (#1819)
This commit is contained in:
parent
bde9f5adb2
commit
46e025e56d
@ -116,7 +116,7 @@ export default create({
|
||||
if (this.ceiling && this.deltaY >= 0) {
|
||||
if (this.direction === 'vertical') {
|
||||
this.getStatus(this.ease(this.deltaY));
|
||||
event.preventDefault();
|
||||
event.cancelable && event.preventDefault();
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user