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
This change wraps the overlayRef.updateSize() call inside requestAnimationFrame() to ensure that the height update happens on the next repaint. This improves responsiveness when hovering over a column header, reducing reflows and layout thrashing.
0 commit comments