Force-hide autocomplete after sending message.

Fixes vector-im/vector-web#2128
This commit is contained in:
Aviral Dasgupta 2016-09-21 07:28:07 +05:30
parent a2904ad33f
commit 44217422d0
2 changed files with 7 additions and 0 deletions

View file

@ -567,6 +567,8 @@ export default class MessageComposerInput extends React.Component {
editorState: this.createEditorState(),
});
this.autocomplete.hide();
return true;
}