Skip to content

Commit f3baeb6

Browse files
committed
remove outdated comment
1 parent 96e32e3 commit f3baeb6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/providers/ScrollModeVirtualProvider.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ export function ScrollModeVirtualProvider({ children, canvasHeight, headerHeight
7575
// don't change virtualScrollTop, since it is more precise
7676
// and set scrollTop back to the precise value
7777
scrollTo?.({ top: expectedScrollTop, behavior: 'instant' })
78-
// TODO(SL): one issue is that when scrolling with a key arrow and the whole table is focused
79-
// (not a cell), the scroll behavior is weird, it sometimes catches, and sometimes it is reverted.
80-
// Maybe adding some throttle on scroll events would help
8178
}
8279
// else, change is negligible, do nothing
8380

0 commit comments

Comments
 (0)