mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix infinite scroll
This commit is contained in:
parent
fc7753d49d
commit
714266b16e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ define [
|
|||
if attrs.infiniteScrollUpwards?
|
||||
atTopOfListView()
|
||||
else
|
||||
atBottomOfList()
|
||||
atBottomOfListView()
|
||||
|
||||
atTopOfListView = () ->
|
||||
element.scrollTop() < 30
|
||||
|
|
Loading…
Reference in a new issue