diff --git a/src/components/Lightbox/chrome/Footer.tsx b/src/components/Lightbox/chrome/Footer.tsx index 8e477d7e46..1111f21bc8 100644 --- a/src/components/Lightbox/chrome/Footer.tsx +++ b/src/components/Lightbox/chrome/Footer.tsx @@ -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({