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

@@ -14,7 +14,7 @@ interface Props {
const TestProviderStack: React.FC<Props> = props => {
return <Provider store={props.store}>
<FocusControl.Provider>
<MenuProvider>
<MenuProvider closeButtonLabel='Dismiss'>
<PaperProvider>
{props.children}
</PaperProvider>