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
fix(material-experimental/mdc-slider): keep slider ui in sync with foundation (#22579)
* The MDC Foundation stores the bounding client rect when layout is first called.
This means that if the position of the slider changes after the initial layout,
the slider will break. To fix this broken behavior, we have to keep
calling layout.
* Added a unit test to ensure layout changes does not break the slider.
0 commit comments