Skip to content

Commit 3440b69

Browse files
committed
fix: QInfiniteScroll concurrency issue quasarframework#2241
1 parent 1590f11 commit 3440b69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/infinite-scroll/QInfiniteScroll.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export default {
6666
},
6767
stop () {
6868
this.working = false
69+
this.fetching = false
6970
this.scrollContainer.removeEventListener('scroll', this.poll, listenOpts.passive)
7071
}
7172
},

0 commit comments

Comments
 (0)