Skip to content

Commit

Permalink
Prevent linking to post from an embed in composer (#3275)
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok authored Mar 19, 2024
1 parent ebf8644 commit ccf53af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/com/composer/Composer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ export const ComposePost = observer(function ComposePost({
/>
)}
{quote ? (
<View style={[s.mt5, isWeb && s.mb10]}>
<View style={[s.mt5, isWeb && s.mb10, {pointerEvents: 'none'}]}>
<QuoteEmbed quote={quote} />
</View>
) : undefined}
Expand Down

0 comments on commit ccf53af

Please sign in to comment.