From be2c223142ab30ebc56c24a508a5ef8395ac0931 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Mon, 6 Feb 2023 19:07:22 +0100 Subject: [PATCH] Mark id on load With the introduction of throttle, it is crucial to log on load otherwise there won't be much match after that --- src/components/Timeline/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Timeline/index.tsx b/src/components/Timeline/index.tsx index b896e57f..96b3b926 100644 --- a/src/components/Timeline/index.tsx +++ b/src/components/Timeline/index.tsx @@ -160,7 +160,7 @@ const Timeline: React.FC = ({ viewabilityConfig: { minimumViewTime: 300, itemVisiblePercentThreshold: 80, - waitForInteraction: true + waitForInteraction: false }, onViewableItemsChanged: ({ viewableItems }) => { const marker = readMarker ? getAccountStorage.string(readMarker) : undefined