Fix alt text selectability in lightbox on web (close #1548) (#1571)

This commit is contained in:
Paul Frazee
2023-10-02 13:25:41 -07:00
committed by GitHub
parent 64410efafe
commit 90b18cf004
-1
View File
@@ -145,7 +145,6 @@ function LightboxInner({
{imgs[index].alt ? (
<View style={styles.footer}>
<Pressable
accessibilityRole="button"
accessibilityLabel="Expand alt text"
accessibilityHint="If alt text is long, toggles alt text expanded state"
onPress={() => {