mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-18 05:15:59 +00:00
SharePrompt url tabIndex added
This commit is contained in:
parent
f3cdd064f9
commit
139dbeb4db
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ const SharePrompt = ({ className, url }) => {
|
|||
<div className={styles['label']}>Twitter</div>
|
||||
</Button>
|
||||
</div>
|
||||
<div className={styles['url-container']}>
|
||||
<div className={styles['url-container']} tabIndex={0}>
|
||||
<TextInput
|
||||
ref={inputRef}
|
||||
className={styles['url-text-input']}
|
||||
|
|
|
|||
Loading…
Reference in a new issue