Allow switching to private channels with /join command (#6579)

Этот коммит содержится в:
Joram Wilander
2017-06-05 11:57:50 -04:00
коммит произвёл GitHub
родитель b0f32e3c19
Коммит 0f3bd85b8d
2 изменённых файлов: 6 добавлений и 4 удалений

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

@@ -22,9 +22,7 @@ export default class ConfirmModal extends React.Component {
}
componentWillUnmount() {
if (!this.props.show) {
document.removeEventListener('keypress', this.handleKeypress);
}
document.removeEventListener('keypress', this.handleKeypress);
}
componentWillReceiveProps(nextProps) {