From a498b86811798565063af307ea8a22df20a16c9f Mon Sep 17 00:00:00 2001 From: David Calhoun <438664+dcalhoun@users.noreply.github.com> Date: Tue, 25 Oct 2022 10:32:43 -0500 Subject: [PATCH] fix: Image caption supports Voice Control (#44850) * fix: Image caption supports Voice Control Disable the `accessible` status of the element wrapping the caption Rich Text whenever the caption text input is focused. This allows iOS Voice Control to take action upon the text input itself. * docs: Add changelog entry --- packages/block-library/src/image/edit.native.js | 2 +- packages/react-native-editor/CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/block-library/src/image/edit.native.js b/packages/block-library/src/image/edit.native.js index c06abb7eaf4fca..8a9881fa95c719 100644 --- a/packages/block-library/src/image/edit.native.js +++ b/packages/block-library/src/image/edit.native.js @@ -878,7 +878,7 @@ export class ImageEdit extends Component {