Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/contexts/ScrollContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ export interface ScrollContextType {
renderedRowsStart?: number
/** Index of the last row rendered in the DOM as a table row (exclusive). */
renderedRowsEnd?: number
/**
* Function to call when the current viewport height changes (on resize)
*
* @param clientHeight The new viewport height in pixels
*/
setClientHeight?: (clientHeight: number) => void
/**
* Function to set the scrollTo function
*
Expand Down