Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 8e72118

Browse files
Auto select "Other homeserver" when user press "Edit" in homeserver field (#7337)
1 parent 834d0ec commit 8e72118

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/views/dialogs/ServerPickerDialog.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ export default class ServerPickerDialog extends React.PureComponent<IProps, ISta
219219
value={this.state.otherHomeserver}
220220
validateOnChange={false}
221221
validateOnFocus={false}
222+
autoFocus={true}
222223
id="mx_homeserverInput"
223224
/>
224225
</StyledRadioButton>

0 commit comments

Comments
 (0)