Multiple UI Improvements
* Multiple UI Improvements * Adding app_body behind missing classes
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
20274fe476
Коммит
32bc97f855
@@ -372,11 +372,13 @@ export default class PostsView extends React.Component {
|
||||
this.updateScrolling();
|
||||
}
|
||||
window.addEventListener('resize', this.handleResize);
|
||||
$('body').addClass('app__body');
|
||||
}
|
||||
componentWillUnmount() {
|
||||
window.removeEventListener('resize', this.handleResize);
|
||||
this.scrollStopAction.cancel();
|
||||
PreferenceStore.removeChangeListener(this.updateState);
|
||||
$('body').removeClass('app__body');
|
||||
}
|
||||
componentDidUpdate() {
|
||||
if (this.props.postList != null) {
|
||||
|
||||
Ссылка в новой задаче
Block a user