android alt text selection fix for expandable alt (#2629)
This commit is contained in:
parent
10b1d16c8a
commit
ab200285c5
1 changed files with 2 additions and 1 deletions
|
@ -116,7 +116,8 @@ function LightboxFooter({imageIndex}: {imageIndex: number}) {
|
||||||
update: {type: 'spring', springDamping: 0.7},
|
update: {type: 'spring', springDamping: 0.7},
|
||||||
})
|
})
|
||||||
setAltExpanded(prev => !prev)
|
setAltExpanded(prev => !prev)
|
||||||
}}>
|
}}
|
||||||
|
onLongPress={() => {}}>
|
||||||
{altText}
|
{altText}
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue