about summary refs log tree commit diff
path: root/src/view/com/modals/AltImage.tsx
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-02-06 19:13:28 -0800
committerGitHub <noreply@github.com>2024-02-06 19:13:28 -0800
commit3a9497cc7e4368dfcc5a125624a37a8a88557592 (patch)
treec5b594db912b2b3a250948e00fa4e91ef25c278b /src/view/com/modals/AltImage.tsx
parent2427329a84b40ba5edf4b30d38cc7242d3b0f11f (diff)
downloadvoidsky-3a9497cc7e4368dfcc5a125624a37a8a88557592.tar.zst
use ios live text interaction in alt text modal and image viewer (#2752)
Diffstat (limited to 'src/view/com/modals/AltImage.tsx')
-rw-r--r--src/view/com/modals/AltImage.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/modals/AltImage.tsx b/src/view/com/modals/AltImage.tsx
index 7671c29c8..17ce05cda 100644
--- a/src/view/com/modals/AltImage.tsx
+++ b/src/view/com/modals/AltImage.tsx
@@ -105,6 +105,7 @@ export function Component({image}: Props) {
             contentFit="contain"
             accessible={true}
             accessibilityIgnoresInvertColors
+            enableLiveTextInteraction
           />
         </View>
         <TextInput