We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb1a25 commit 89ea438Copy full SHA for 89ea438
src/components/infinite-scroll/QInfiniteScroll.js
@@ -71,7 +71,6 @@ export default {
71
},
72
mounted () {
73
this.$nextTick(() => {
74
- this.poll = debounce(this.poll, 50)
75
this.element = this.$refs.content
76
77
this.scrollContainer = this.inline ? this.$el : getScrollTarget(this.$el)
@@ -80,6 +79,7 @@ export default {
80
79
}
81
82
this.poll()
+ this.poll = debounce(this.poll, 50)
83
})
84
85
beforeDestroy () {
0 commit comments