mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
TextInput used in SharePrompt
This commit is contained in:
parent
e10ee56ca1
commit
c26fdc8850
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ const renderUrl = (url) => {
|
|||
|
||||
return (
|
||||
<div className={styles['url-container']}>
|
||||
<input ref={inputRef} className={styles['url']} type={'text'} tabIndex={'-1'} defaultValue={url} readOnly />
|
||||
<TextInput ref={inputRef} className={styles['url']} type={'text'} tabIndex={'-1'} defaultValue={url} readOnly />
|
||||
<Button className={styles['copy-button']} type={'button'} onClick={copyToClipboard}>
|
||||
<Icon className={styles['icon']} icon={'ic_link'} />
|
||||
<div className={styles['label']}>Copy</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue