We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f4723 commit 1f005d3Copy full SHA for 1f005d3
static/app/components/replays/useJumpButtons.tsx
@@ -57,7 +57,7 @@ export default function useJumpButtons({
57
handleClick,
58
onRowsRendered,
59
onSectionRendered,
60
- showJumpDownButton: rowIndex > visibleRange.stopIndex,
+ showJumpDownButton: rowIndex > visibleRange.stopIndex + 1,
61
showJumpUpButton: rowIndex < visibleRange.startIndex,
62
};
63
}
0 commit comments