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
MDC Select contains code to set transform-origin for the purposes of applying a scaleX transform to the bottom-line element, but it is currently overridden by the scaleY transform in the focused and open states anyway. This means that the JS logic to determine the transform-origin is just wasting resources at the moment.
We should either figure out a way for these transforms to coexist, or remove the excess JS logic that ultimately isn't doing anything.
The text was updated successfully, but these errors were encountered:
MDC Select contains code to set
transform-origin
for the purposes of applying ascaleX
transform to the bottom-line element, but it is currently overridden by thescaleY
transform in the focused and open states anyway. This means that the JS logic to determine thetransform-origin
is just wasting resources at the moment.We should either figure out a way for these transforms to coexist, or remove the excess JS logic that ultimately isn't doing anything.
The text was updated successfully, but these errors were encountered: