From e0d6d5ac85bccfc825e24e630cbec2057b094be4 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 28 Aug 2026 21:02:29 +0300 Subject: [PATCH] lost line --- src/components/timeline/timeline.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index ed9519e06..85f3172dd 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -214,6 +214,7 @@ const Timeline = { let err = statuses[approxIndex].getBoundingClientRect().y // if we have a previous scroll index that can be used, test if it's + // closer than the previous approximation, use it if so const virtualScrollIndexY = statuses[cappedScrollIndex].getBoundingClientRect().y