Closed pleek91 closed 1 month ago
Name | Link |
---|---|
Latest commit | a14c5046333e6b966549f5e415bbf0d3c547b093 |
Latest deploy log | https://app.netlify.com/sites/prefect-design/deploys/671f97e1726b1800087f172d |
Deploy Preview | https://deploy-preview-1488--prefect-design.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Description
Adds a new utility
getVirtualScroller
where you can get access to a virtual scroller instance by its given name (which is now a prop on the virtual scroller component). This way we can grab a scroller at any point in the component tree. The available actions aremakeItemVisible
- Accepts an itemKey and forces the chunk that item belongs to to be visiblescrollItemIntoView
- Accepts an itemKey and automatically scrolls to that item.