Merge pull request #3968 from matrix-org/travis/user-lists/autofocus
Automatically focus on the invite dialog input
This commit is contained in:
commit
95edadbfa1
1 changed files with 1 additions and 0 deletions
|
@ -937,6 +937,7 @@ export default class InviteDialog extends React.PureComponent {
|
||||||
value={this.state.filterText}
|
value={this.state.filterText}
|
||||||
ref={this._editorRef}
|
ref={this._editorRef}
|
||||||
onPaste={this._onPaste}
|
onPaste={this._onPaste}
|
||||||
|
autoFocus={true}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in a new issue