Reduce confusing visual feedback while scrolling
This commit is contained in:
@@ -97,7 +97,7 @@ export function PostEmbeds({
|
||||
const externalEmbed = embed as AppBskyEmbedExternal.Presented
|
||||
const link = externalEmbed.external
|
||||
return (
|
||||
<Link style={[styles.extOuter, style]} href={link.uri}>
|
||||
<Link style={[styles.extOuter, style]} href={link.uri} noFeedback>
|
||||
{link.thumb ? (
|
||||
<AutoSizedImage style={style} uri={link.thumb} />
|
||||
) : undefined}
|
||||
|
||||
Reference in New Issue
Block a user