Show text cursor on web bio (#2813)
This commit is contained in:
parent
de28626001
commit
0d00c7d851
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ let ProfileHeaderLoaded = ({
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
{descriptionRT && !moderation.profile.blur ? (
|
{descriptionRT && !moderation.profile.blur ? (
|
||||||
<View pointerEvents={isNative ? 'auto' : 'none'}>
|
<View pointerEvents="auto">
|
||||||
<RichText
|
<RichText
|
||||||
testID="profileHeaderDescription"
|
testID="profileHeaderDescription"
|
||||||
style={[styles.description, pal.text]}
|
style={[styles.description, pal.text]}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue