1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Mobile: Accessibility: Fix missing label on note actions menu dismiss button (#11954)

This commit is contained in:
Henry Heino
2025-03-13 12:56:19 -07:00
committed by GitHub
parent c3c0101555
commit 107996289f
6 changed files with 74 additions and 6 deletions

View File

@@ -1375,7 +1375,10 @@ class AppComponent extends React.Component {
},
}}>
<DialogManager themeId={this.props.themeId}>
<MenuProvider style={{ flex: 1 }}>
<MenuProvider
style={{ flex: 1 }}
closeButtonLabel={_('Dismiss')}
>
<FocusControl.MainAppContent style={{ flex: 1 }}>
{mainContent}
</FocusControl.MainAppContent>