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
scrollIntoView works fine for elements not in shadowdom.
It seems to be this commit in scoll-into-view-if-needed that causes the logic to be broken for shadow dom. @nachoab365 commented about it, but the commit got in anyway.
The text was updated successfully, but these errors were encountered:
After I've updated to version 2.0.0, the scrollIntoView method does not scroll anymore for an element in a web component (shadow dom)
No error is shown in the console, the element isn't scrolled to.
The call that I do is
It used to work in version 1.1.33
scrollIntoView works fine for elements not in shadowdom.
It seems to be this commit in scoll-into-view-if-needed that causes the logic to be broken for shadow dom. @nachoab365 commented about it, but the commit got in anyway.
The text was updated successfully, but these errors were encountered: