mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix: Add autofocus to server url input on settings modal
This commit is contained in:
parent
1447b6ce20
commit
b680f22b9e
1 changed files with 1 additions and 0 deletions
|
|
@ -594,6 +594,7 @@ const Settings = () => {
|
|||
onCloseRequest={closeConfigureServerUrlModal}>
|
||||
<TextInput
|
||||
ref={configureServerUrlInputRef}
|
||||
autoFocus={true}
|
||||
className={styles['server-url-input']}
|
||||
type={'text'}
|
||||
defaultValue={streamingServerUrlInput.value}
|
||||
|
|
|
|||
Loading…
Reference in a new issue