Automatically focus on the invite dialog input
Fixes https://github.com/vector-im/riot-web/issues/12070
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