[SSE] Fix Bug 53158
This commit is contained in:
parent
a7a924ce28
commit
535c20743d
|
@ -138,7 +138,7 @@ const EditLink = props => {
|
||||||
placeholder={_t.textRequired}
|
placeholder={_t.textRequired}
|
||||||
value={range}
|
value={range}
|
||||||
onChange={(event) => {setRange(event.target.value)}}
|
onChange={(event) => {setRange(event.target.value)}}
|
||||||
className={isIos ? 'list-input-right' : ''}
|
className={[isIos ? 'list-input-right' : '', linkSheet === '' && 'disabled'].join(' ')}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
<ListInput label={_t.textDisplay}
|
<ListInput label={_t.textDisplay}
|
||||||
|
|
Loading…
Reference in a new issue