Skip to content

Commit 91ff15a

Browse files
committed
release version patch
1 parent 62ce41d commit 91ff15a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/src/pages/tests/table/perf/horizontal-layout-bug.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Object.keys(columns).forEach((key) => {
117117

118118
function CustomCmp() {
119119
const { rowInfo, column } = useInfiniteColumnCell();
120-
const now = Date.now();
120+
// const now = Date.now();
121121

122122
// while (Date.now() - now < 0.001) {
123123
// // do nothing

0 commit comments

Comments
 (0)