Wire up invite button on the member list.
This commit is contained in:
parent
19ee75577e
commit
f2bd802bdc
4 changed files with 63 additions and 9 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue