mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Removing height variable
This commit is contained in:
@@ -117,7 +117,6 @@ export default class RhsThread extends React.Component {
|
||||
}
|
||||
}
|
||||
resize() {
|
||||
var height = this.state.windowHeight - $('#error_bar').outerHeight() - 100;
|
||||
$('.post-right__scroll').scrollTop(100000);
|
||||
if (this.state.windowWidth > 768) {
|
||||
$('.post-right__scroll').perfectScrollbar();
|
||||
|
||||
Reference in New Issue
Block a user