You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
Merge pull request #3968 from matrix-org/travis/user-lists/autofocus
Automatically focus on the invite dialog input
This commit is contained in:
@@ -937,6 +937,7 @@ export default class InviteDialog extends React.PureComponent {
|
||||
value={this.state.filterText}
|
||||
ref={this._editorRef}
|
||||
onPaste={this._onPaste}
|
||||
autoFocus={true}
|
||||
/>
|
||||
);
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user