Reduce confusing visual feedback while scrolling
This commit is contained in:
parent
c3caf4826e
commit
36dc1c7525
12 changed files with 46 additions and 14 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue