Wire up invite button on the member list.

This commit is contained in:
Kegan Dougal 2015-07-20 15:07:19 +01:00
parent 19ee75577e
commit f2bd802bdc
4 changed files with 63 additions and 9 deletions

View file

@ -44,7 +44,7 @@ module.exports = React.createClass({
onFinish: function(ev) {
if (ev.target.value) {
this.setValue(ev.target.value);
this.setValue(ev.target.value, ev.key === "Enter");
} else {
this.cancelEdit();
}