We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baba259 commit 3037f17Copy full SHA for 3037f17
src/components/scroll/scroll.vue
@@ -315,8 +315,8 @@
315
this.isPullingDown = false
316
this.isPullDownUpdating = true
317
await this._waitFinishPullDown()
318
- await this._waitResetPullDown(dirty)
319
this.isPullDownUpdating = false
+ await this._waitResetPullDown(dirty)
320
} else if (this.pullUpLoad && this.isPullUpLoad) {
321
this.isPullUpLoad = false
322
this.scroll.finishPullUp()
0 commit comments