reload AlgoItem on focus via prop

This commit is contained in:
Ansh Nanda 2023-05-16 16:27:38 -07:00
parent 3f41d3db26
commit 1e54125f7f
2 changed files with 6 additions and 1 deletions

View file

@ -174,6 +174,7 @@ export function PostEmbeds({
<AlgoItem
item={new AlgoItemModel(store, embed.record)}
style={[pal.view, pal.border, styles.extOuter]}
reloadOnFocus={true}
/>
)
}