Skip to content

Commit 777d13e

Browse files
committed
fix: disable row animations due to glitches at max row limit
1 parent 0b18947 commit 777d13e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension/react/components/Panel.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ function Panel() {
405405
suppressCellFocus={true}
406406
headerHeight={25}
407407
rowHeight={29}
408+
animateRows={false}
408409
enableFilterHandlers={true}
409410
/>
410411
</div>

0 commit comments

Comments
 (0)