Skip to content

Commit 3037f17

Browse files
tank0317dolymood
authored andcommitted
fix(scroll): pulldown can not reset position
1 parent baba259 commit 3037f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/scroll/scroll.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@
315315
this.isPullingDown = false
316316
this.isPullDownUpdating = true
317317
await this._waitFinishPullDown()
318-
await this._waitResetPullDown(dirty)
319318
this.isPullDownUpdating = false
319+
await this._waitResetPullDown(dirty)
320320
} else if (this.pullUpLoad && this.isPullUpLoad) {
321321
this.isPullUpLoad = false
322322
this.scroll.finishPullUp()

0 commit comments

Comments
 (0)