Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Show text cursor on web bio (#2813)

authored by

dan and committed by
GitHub
0d00c7d8 de286260

+1 -1
+1 -1
src/view/com/profile/ProfileHeader.tsx
··· 673 673 </Text> 674 674 </View> 675 675 {descriptionRT && !moderation.profile.blur ? ( 676 - <View pointerEvents={isNative ? 'auto' : 'none'}> 676 + <View pointerEvents="auto"> 677 677 <RichText 678 678 testID="profileHeaderDescription" 679 679 style={[styles.description, pal.text]}