* Multiple UI Improvements

* Adding app_body behind missing classes
Этот коммит содержится в:
Asaad Mahmood
2016-04-06 23:19:55 +05:00
коммит произвёл Corey Hulen
родитель 20274fe476
Коммит 32bc97f855
13 изменённых файлов: 271 добавлений и 274 удалений

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

@@ -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) {