Fix text selection in multiline alt text

This commit is contained in:
Samuel Newman
2026-05-29 14:05:41 +03:00
parent 28106639f4
commit 35570a5a01
@@ -50,6 +50,9 @@ export function Footer({altText, isAltExpanded, onToggleAltExpanded}: Props) {
accessibilityRole="button"
accessibilityLabel={l`Expand alt text`}
accessibilityHint=""
onLongPress={() => {
/* noop to allow text selection */
}}
onPress={() => {
if (isMomentumScrolling.current) return
LayoutAnimation.configureNext({