mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 14:52:13 +00:00
Merge pull request #342 from vczb/add-autofocus-to-settings-modal
fix: Add autofocus to server url input on settings modal
This commit is contained in:
commit
f7f72f5d90
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