mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Fix autoload People/Spaces on scroll down (#5321)
This commit is contained in:
parent
7b2109e154
commit
d1ac039729
@ -70,7 +70,7 @@ humhub.module('directory', function(module, require, $) {
|
||||
if (entries.length && entries[0].isIntersecting) {
|
||||
loadMore($directoryEndIndicator);
|
||||
}
|
||||
});
|
||||
}, {rootMargin: '1px'});
|
||||
|
||||
observer.observe($directoryEndIndicator[0]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user