Skip to content

Instantly share code, notes, and snippets.

@sherzader
Created April 4, 2016 23:40
Show Gist options
  • Select an option

  • Save sherzader/30b477bca54c5b64fdc8e68410943368 to your computer and use it in GitHub Desktop.

Select an option

Save sherzader/30b477bca54c5b64fdc8e68410943368 to your computer and use it in GitHub Desktop.
render: function() {
var scroll_node = this.refs.blog;
if (scroll_node) {
scroll_node.scrollTop = 0;
}
return (...);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment