You've already forked matrix-react-sdk
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:
@@ -567,6 +567,8 @@ export default class MessageComposerInput extends React.Component {
|
||||
editorState: this.createEditorState(),
|
||||
});
|
||||
|
||||
this.autocomplete.hide();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user