mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
Fix infinite scroll
This commit is contained in:
@@ -11,7 +11,7 @@ define [
|
||||
if attrs.infiniteScrollUpwards?
|
||||
atTopOfListView()
|
||||
else
|
||||
atBottomOfList()
|
||||
atBottomOfListView()
|
||||
|
||||
atTopOfListView = () ->
|
||||
element.scrollTop() < 30
|
||||
|
||||
Reference in New Issue
Block a user