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

zio/stable
Paul Frazee 2023-10-02 13:25:41 -07:00 committed by GitHub
parent 64410efafe
commit 90b18cf004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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={() => {