Issue: Incorrect scroll position after loading data with top-direction scrolling.
After some debugging, I found the cause: when the data is added to the page, the value of the wrapper target.scrollTo also increases, causing the scroll position to scroll back almost the width of the content in the opposite direction.
Issue: Incorrect scroll position after loading data with top-direction scrolling.
After some debugging, I found the cause: when the data is added to the page, the value of the wrapper
target.scrollTo
also increases, causing the scroll position to scroll back almost the width of the content in the opposite direction.