Merge pull request #3968 from matrix-org/travis/user-lists/autofocus

Automatically focus on the invite dialog input
This commit is contained in:
Travis Ralston 2020-01-29 11:14:48 +00:00 committed by GitHub
commit 95edadbfa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -937,6 +937,7 @@ export default class InviteDialog extends React.PureComponent {
value={this.state.filterText}
ref={this._editorRef}
onPaste={this._onPaste}
autoFocus={true}
/>
);
return (