Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cdk/scrolling): virtual scroll flickers in zoneless mode.
When provideExperimentalZonelessChangeDetection is enabled, virtual-scroll-viewport flickers during scroll because the transform operation becomes visible. This fix moves the style transform into the afterNextRender phase to ensure it stays invisible. Fixes angular#29174
- Loading branch information