* Fixing load more comments on infinite scroll
* Requested changes for load more comments fix
* Removing extra space
return this.authService.isLoggedIn()
}
- onNearOfBottom () {
- this.componentPagination.currentPage++
-
+ onNearOfBottom () {
if (hasMoreItems(this.componentPagination)) {
+ this.componentPagination.currentPage++
this.loadMoreThreads()
}
}
this.componentPagination.totalItems = null
this.syndicationItems = this.videoCommentService.getVideoCommentsFeeds(this.video.uuid)
-
this.loadMoreThreads()
}
}