You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* perf(cdk-experimental/column-resize): improve hover responsiveness of column resize with requestAnimationFrame
Improve column resize performance when calling the `_updateOverlayHandleHeight()` method in the `cdk-experimental` column resize feature. By wrapping the `updateSize` call inside a `requestAnimationFrame()`, the height update is deferred to the next repaint, improving responsiveness during hover interactions.
* perf(cdk-experimental/column-resize): improve hover responsiveness of column resize with requestAnimationFrame
use afterNextRender write phase instead
* fixup! perf(cdk-experimental/column-resize): improve hover responsiveness of column resize with requestAnimationFrame
---------
Co-authored-by: Miles Malerba <mmalerba@google.com>
(cherry picked from commit dd69023)
0 commit comments