Created
April 4, 2016 23:40
-
-
Save sherzader/30b477bca54c5b64fdc8e68410943368 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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