Prevent post meta misclicks in QT (#2701)
This commit is contained in:
@@ -113,13 +113,15 @@ export function QuoteEmbed({
|
|||||||
hoverStyle={{borderColor: pal.colors.borderLinkHover}}
|
hoverStyle={{borderColor: pal.colors.borderLinkHover}}
|
||||||
href={itemHref}
|
href={itemHref}
|
||||||
title={itemTitle}>
|
title={itemTitle}>
|
||||||
<PostMeta
|
<View pointerEvents="none">
|
||||||
author={quote.author}
|
<PostMeta
|
||||||
showAvatar
|
author={quote.author}
|
||||||
authorHasWarning={false}
|
showAvatar
|
||||||
postHref={itemHref}
|
authorHasWarning={false}
|
||||||
timestamp={quote.indexedAt}
|
postHref={itemHref}
|
||||||
/>
|
timestamp={quote.indexedAt}
|
||||||
|
/>
|
||||||
|
</View>
|
||||||
{moderation ? (
|
{moderation ? (
|
||||||
<PostAlerts moderation={moderation} style={styles.alert} />
|
<PostAlerts moderation={moderation} style={styles.alert} />
|
||||||
) : null}
|
) : null}
|
||||||
|
|||||||
Reference in New Issue
Block a user