Skip to content

Commit 86896f1

Browse files
committed
update
1 parent c78162e commit 86896f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/VirtualTable/BodyGrid.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ const Grid = React.forwardRef<GridRef, GridProps>((props, ref) => {
174174
spanLines.push(i);
175175
}
176176
}
177+
177178
// Patch extra line on the page
178179
const nodes: React.ReactElement[] = spanLines.map(index => {
179180
const item = flattenData[index];

0 commit comments

Comments
 (0)