Show text cursor on web bio (#2813)

zio/stable
dan 2024-02-09 02:20:34 +00:00 committed by GitHub
parent de28626001
commit 0d00c7d851
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -673,7 +673,7 @@ let ProfileHeaderLoaded = ({
</Text>
</View>
{descriptionRT && !moderation.profile.blur ? (
<View pointerEvents={isNative ? 'auto' : 'none'}>
<View pointerEvents="auto">
<RichText
testID="profileHeaderDescription"
style={[styles.description, pal.text]}