mirror of https://github.com/vector-im/riot-web
Automatically focus on the invite dialog input
Fixes https://github.com/vector-im/riot-web/issues/12070pull/21833/head
parent
2c973f7467
commit
610354220e
|
@ -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 New Issue