[SSE] Fix Bug 53158

This commit is contained in:
ShimaginAndrey 2021-10-14 17:51:22 +03:00
parent a7a924ce28
commit 535c20743d

View file

@ -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}