Allow switching to private channels with /join command (#6579)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
b0f32e3c19
Коммит
0f3bd85b8d
@@ -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) {
|
||||
|
||||
Ссылка в новой задаче
Block a user