Merge pull request #3220 from aignatov-bio/ai-sci-5574-fix-infinite-scroll-for-dashboard

Fix infinite scroll in current tasks on dashboard [SCI-5574]
This commit is contained in:
aignatov-bio 2021-03-24 11:42:26 +01:00 committed by GitHub
commit 9e58380991
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,8 +47,6 @@ var InfiniteScroll = (function() {
if (config.loadFirstPage) {
loadData($container, 1);
} else if (scrollNotVisible($container)) {
loadData($container, $container.data('next-page'));
}
$container.on('scroll', () => {