Ask confirmation before JOIN on irc:// link click

This commit is contained in:
Simon Ser
2021-11-08 10:44:10 +01:00
parent 74fe6ee944
commit 14031c594b
2 changed files with 11 additions and 11 deletions

View File

@@ -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) {