mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 19:26:56 +08:00
[DE mobile] fix "Settings" popup position
This commit is contained in:
@ -96,6 +96,7 @@ const ToolbarView = props => {
|
||||
<Link key='btn-settings'
|
||||
className={(props.disabledSettings || props.disabledControls || isDisconnected || isOpenModal) && 'disabled'}
|
||||
icon='icon-settings' href={false}
|
||||
id='btn-settings'
|
||||
onClick={() => props.openOptions('settings')}></Link>,
|
||||
<Link key='send-form-link'
|
||||
id='btn-submit-form'
|
||||
|
||||
Reference in New Issue
Block a user