parent
44217422d0
commit
f171985e4c
2 changed files with 6 additions and 9 deletions
|
@ -178,7 +178,7 @@ export default class MessageComposer extends React.Component {
|
|||
|
||||
_tryComplete(): boolean {
|
||||
if (this.refs.autocomplete) {
|
||||
return this.refs.autocomplete.onConfirm();
|
||||
return this.refs.autocomplete.onCompletionClicked();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue