1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

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;
}