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

This commit is contained in:
Hailey
2024-03-19 13:26:25 -07:00
committed by GitHub
parent ebf8644df9
commit ccf53af2ba
+1 -1
View File
@@ -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}