Этот коммит содержится в:
Asaad Mahmood
2015-11-16 22:01:48 +05:00
родитель 5d5b327de9
Коммит 1610a11f43

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

@@ -117,7 +117,6 @@ export default class RhsThread extends React.Component {
} }
} }
resize() { resize() {
var height = this.state.windowHeight - $('#error_bar').outerHeight() - 100;
$('.post-right__scroll').scrollTop(100000); $('.post-right__scroll').scrollTop(100000);
if (this.state.windowWidth > 768) { if (this.state.windowWidth > 768) {
$('.post-right__scroll').perfectScrollbar(); $('.post-right__scroll').perfectScrollbar();