Prevent post meta misclicks in QT (#2701)
parent
41860d8b80
commit
9ccad0ba6c
|
@ -113,6 +113,7 @@ export function QuoteEmbed({
|
||||||
hoverStyle={{borderColor: pal.colors.borderLinkHover}}
|
hoverStyle={{borderColor: pal.colors.borderLinkHover}}
|
||||||
href={itemHref}
|
href={itemHref}
|
||||||
title={itemTitle}>
|
title={itemTitle}>
|
||||||
|
<View pointerEvents="none">
|
||||||
<PostMeta
|
<PostMeta
|
||||||
author={quote.author}
|
author={quote.author}
|
||||||
showAvatar
|
showAvatar
|
||||||
|
@ -120,6 +121,7 @@ export function QuoteEmbed({
|
||||||
postHref={itemHref}
|
postHref={itemHref}
|
||||||
timestamp={quote.indexedAt}
|
timestamp={quote.indexedAt}
|
||||||
/>
|
/>
|
||||||
|
</View>
|
||||||
{moderation ? (
|
{moderation ? (
|
||||||
<PostAlerts moderation={moderation} style={styles.alert} />
|
<PostAlerts moderation={moderation} style={styles.alert} />
|
||||||
) : null}
|
) : null}
|
||||||
|
|
Loading…
Reference in New Issue