Prevent linking to post from an embed in composer (#3275)
This commit is contained in:
parent
ebf8644df9
commit
ccf53af2ba
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ export const ComposePost = observer(function ComposePost({
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{quote ? (
|
{quote ? (
|
||||||
<View style={[s.mt5, isWeb && s.mb10]}>
|
<View style={[s.mt5, isWeb && s.mb10, {pointerEvents: 'none'}]}>
|
||||||
<QuoteEmbed quote={quote} />
|
<QuoteEmbed quote={quote} />
|
||||||
</View>
|
</View>
|
||||||
) : undefined}
|
) : undefined}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue