Upon changing to a new comment thread, fixes the the bug of the RHS scrolling to whitespace below the pane

Этот коммит содержится в:
nickago
2015-07-21 08:03:10 -07:00
родитель c4b92424d5
Коммит fafce8cb72

Просмотреть файл

@@ -294,6 +294,8 @@ module.exports = React.createClass({
});
},
componentDidUpdate: function() {
$(".post-right__scroll").scrollTop($(".post-right__scroll")[0].scrollHeight);
$(".post-right__scroll").perfectScrollbar('update');
this.resize();
},
componentWillUnmount: function() {