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
Calling the scrollTo function with a target outside the scrolling bounds and disableLerp on true messes up sticky elements. The sticky elements are not updated. It works when disableLerp is set to false.
To Reproduce
Create a scrollable container (2000px high)
Create a sticky element in that scrollable container
Call the scrollTo function with a target outside the scrolling bounds (3000) and disableLerp on true
The sticky element is not updated, only when the user scrolls by themselves.
Desktop:
OS: Windows 11
Browser: Chrome
Version: 4.1.4
The text was updated successfully, but these errors were encountered:
Calling the scrollTo function with a target outside the scrolling bounds and disableLerp on true messes up sticky elements. The sticky elements are not updated. It works when disableLerp is set to false.
To Reproduce
Desktop:
The text was updated successfully, but these errors were encountered: