Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Prevent linking to post from an embed in composer (#3275)

authored by

Hailey and committed by
GitHub
ccf53af2 ebf8644d

+1 -1
+1 -1
src/view/com/composer/Composer.tsx
··· 447 447 /> 448 448 )} 449 449 {quote ? ( 450 - <View style={[s.mt5, isWeb && s.mb10]}> 450 + <View style={[s.mt5, isWeb && s.mb10, {pointerEvents: 'none'}]}> 451 451 <QuoteEmbed quote={quote} /> 452 452 </View> 453 453 ) : undefined}