Fixed PostsView not unregistering it's PreferenceStore listener when unmounting

Этот коммит содержится в:
Harrison Healey
2016-03-31 10:33:00 -04:00
родитель c8b2af6246
Коммит 803b58c2d4

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

@@ -385,6 +385,7 @@ export default class PostsView extends React.Component {
componentWillUnmount() {
window.removeEventListener('resize', this.handleResize);
this.scrollStopAction.cancel();
PreferenceStore.removeChangeListener(this.updateState);
}
componentDidUpdate() {
if (this.props.postList != null) {