about summary refs log tree commit diff
path: root/src/view/com/util/post-embeds/index.tsx
diff options
context:
space:
mode:
authorAnsh Nanda <anshnanda10@gmail.com>2023-05-16 16:27:38 -0700
committerAnsh Nanda <anshnanda10@gmail.com>2023-05-16 16:27:38 -0700
commit1e54125f7f046742e08b7ea24ce7c546b5e5f83c (patch)
tree1572069e69a67674c7412548cc88202700298bfb /src/view/com/util/post-embeds/index.tsx
parent3f41d3db2603e75b6443487ce261a05f8e14076d (diff)
downloadvoidsky-1e54125f7f046742e08b7ea24ce7c546b5e5f83c.tar.zst
reload AlgoItem on focus via prop
Diffstat (limited to 'src/view/com/util/post-embeds/index.tsx')
-rw-r--r--src/view/com/util/post-embeds/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/util/post-embeds/index.tsx b/src/view/com/util/post-embeds/index.tsx
index 3eb2720c0..621bd7c0f 100644
--- a/src/view/com/util/post-embeds/index.tsx
+++ b/src/view/com/util/post-embeds/index.tsx
@@ -174,6 +174,7 @@ export function PostEmbeds({
       <AlgoItem
         item={new AlgoItemModel(store, embed.record)}
         style={[pal.view, pal.border, styles.extOuter]}
+        reloadOnFocus={true}
       />
     )
   }