You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Autocomplete fixes and improvements
This commit is contained in:
@@ -144,6 +144,7 @@ export default class Autocomplete extends React.Component {
|
||||
forceComplete: true,
|
||||
}, () => {
|
||||
this.complete(this.props.query, this.props.selection);
|
||||
setTimeout(() => this.onDownArrow(), 50); // FIXME HACK
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user