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(drag-drop): error on IE when document is being auto scrolled (#18757)
We have a code path where we call `contains` either on a DOM node or the `Document`, but on IE the `Document` doesn't support `contains` which results in an error. These changes add a workaround where we use the `documentElement` instead.
0 commit comments