Этот коммит содержится в:
JoramWilander
2015-12-02 11:16:10 -05:00
родитель 9adcbe58fe
Коммит 2abb0ae354

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

@@ -172,8 +172,7 @@ export default class Sidebar extends React.Component {
}); });
} }
onChange() { onChange() {
const newState = this.getStateFromStores(); this.setState(this.getStateFromStores());
this.setState(newState);
} }
updateTitle() { updateTitle() {
const channel = ChannelStore.getCurrent(); const channel = ChannelStore.getCurrent();