Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
πŸ› fix posts screen infinite scroll (#539)
Browse files Browse the repository at this point in the history
no issue
- changes to layout meant that every page was automatically requested upon loading the content screen, this changes the infinite scroll trigger to match the new scrollable element
  • Loading branch information
kevinansfield authored Feb 21, 2017
1 parent 15f92b2 commit ad2193b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/posts/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

{{infinity-loader
infinityModel=model
scrollable=".content-list"
scrollable=".gh-main"
triggerOffset=1000}}
</section>

Expand Down

0 comments on commit ad2193b

Please sign in to comment.