Ask confirmation before JOIN on irc:// link click
This commit is contained in:
parent
74fe6ee944
commit
14031c594b
2 changed files with 11 additions and 11 deletions
|
@ -10,6 +10,10 @@ export default class JoinForm extends Component {
|
|||
|
||||
this.handleChange = this.handleChange.bind(this);
|
||||
this.handleSubmit = this.handleSubmit.bind(this);
|
||||
|
||||
if (props.channel) {
|
||||
this.state.channel = props.channel;
|
||||
}
|
||||
}
|
||||
|
||||
handleChange(event) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue