make gif alt text prompt selectable (#3879)
This commit is contained in:
parent
fdb5ffff53
commit
136b0e12ab
2 changed files with 6 additions and 2 deletions
|
@ -174,7 +174,7 @@ function AltText({text}: {text: string}) {
|
|||
<Prompt.TitleText>
|
||||
<Trans>Alt Text</Trans>
|
||||
</Prompt.TitleText>
|
||||
<Prompt.DescriptionText>{text}</Prompt.DescriptionText>
|
||||
<Prompt.DescriptionText selectable>{text}</Prompt.DescriptionText>
|
||||
<Prompt.Actions>
|
||||
<Prompt.Action
|
||||
onPress={control.close}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue