Is there a way to prevent window.scrollTo
, we have a problem with an external library injecting an UI component and then it will scroll to the top of the page, which is terrible for user experience, because you will scroll into this component and page will jump to top of window.
appreciate any great suggestions.