Skip to content

Commit

Permalink
[DE mobile] fix "Settings" popup position
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Nov 22, 2024
1 parent 2587e1e commit 475ef96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/documenteditor/mobile/src/view/Toolbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 475ef96

Please sign in to comment.