mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 13:10:48 +08:00
[SSE] Fix Bug 53158
This commit is contained in:
@ -138,7 +138,7 @@ const EditLink = props => {
|
||||
placeholder={_t.textRequired}
|
||||
value={range}
|
||||
onChange={(event) => {setRange(event.target.value)}}
|
||||
className={isIos ? 'list-input-right' : ''}
|
||||
className={[isIos ? 'list-input-right' : '', linkSheet === '' && 'disabled'].join(' ')}
|
||||
/>
|
||||
}
|
||||
<ListInput label={_t.textDisplay}
|
||||
|
||||
Reference in New Issue
Block a user