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
TreeApi now exposes scrollToOffset(offset) to scroll the list to an exact
pixel offset from the top, and a scrollOffset getter to read the current
position — the offset-based counterpart to scrollTo(id), useful for saving
and restoring scroll position (#194). (#368)