Skip to content

Commit

Permalink
Merge branch 'main' into large-drop-same-section
Browse files Browse the repository at this point in the history
  • Loading branch information
sroy3 authored Aug 18, 2022
2 parents 2db44f1 + e46d42d commit 98b5d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webview/src/experiments/components/table/TableHead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const TableHead = ({
if (wrapperHeight) {
setTableHeadHeight(wrapperHeight)
}
}, [setTableHeadHeight])
}, [setTableHeadHeight, headerGroups])

const onDragStart: DragFunction = ({ currentTarget }) => {
const displacerHeader = allHeaders.find(
Expand Down

0 comments on commit 98b5d8b

Please sign in to comment.