Skip to content

Instantly share code, notes, and snippets.

@loeffel-io
Last active January 27, 2018 17:08
Show Gist options
  • Save loeffel-io/4fd0999ae6fe36dd734c600c0e57048d to your computer and use it in GitHub Desktop.
Save loeffel-io/4fd0999ae6fe36dd734c600c0e57048d to your computer and use it in GitHub Desktop.
scrolledToEnd
scrolledToEnd(element) {
if (!element) return false
return (element.scrollHeight - element.clientHeight) === element.scrollTop
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment