virtual-list
virtual-list copied to clipboard
🧾 React Virtual List Component which worked with animation
ScrollTo had an unnecessary variable. ## Summary by CodeRabbit * **优化** * 改进了滚动同步逻辑,提升了滚动定位的准确性和性能。
ref [ant-design/ant-design#52418](https://github.com/ant-design/ant-design/issues/52418) - ## Bug fix - Fixed the table jitter casued by the change of the first row height ## Summary by CodeRabbit - **新功能** - 优化了列表滚动处理机制 - 引入防抖功能,提升滚动性能和用户体验...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.17.0 to 6.9.1. Release notes Sourced from @testing-library/jest-dom's releases. v6.9.1 6.9.1 (2025-10-01) Bug Fixes Fix undefined Node error (nodejs) (#707) (0ff8904) v6.9.0 6.9.0 (2025-09-30) Features Add .toAppearBefore/.toAppearAfter...
Bumps [cheerio](https://github.com/cheeriojs/cheerio) from 1.0.0-rc.12 to 1.1.2. Release notes Sourced from cheerio's releases. v1.1.2 What's Changed Fix fromURL baseURI issues by @fb55 in cheeriojs/cheerio#4696 Full Changelog: https://github.com/cheeriojs/cheerio/compare/v1.1.1...v1.1.2 v1.1.1 Fix Undici issues...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.5 to 16.3.0. Release notes Sourced from @testing-library/react's releases. v16.3.0 16.3.0 (2025-04-02) Features add bernardobelchior as a contributor for code, and doc (#1391) (9fc6a75) v16.2.0 16.2.0 (2025-01-15)...
In your doc, it says style type is { horizontalScrollBar?: React.CSSProperties; horizontalScrollBarThumb?: React.CSSProperties; verticalScrollBar?: React.CSSProperties; verticalScrollBarThumb?: React.CSSProperties; } but actulally it's not. style is a standard CSSProperties
I have implemented it in one of my project but disbaled property is not working even disbaled property type is not declared in List Type.
- version: v 3.17.0 - commit `10ca51df551674f9ad844d8b7c57e6e20306c64b` 第一项内高度变更,之后定位不准确,例如第一项内是div[contenteditable="true"], 输入内容改变高度,位置就不准确了 
问题在 Filler.tsx innerStyle[rtl ? 'marginRight' : 'marginLeft'] = -offsetX;