Skip to content

v3.10.6

Choose a tag to compare

@TrevorBurnham TrevorBurnham released this 28 Jun 17:07
· 4 commits to main since this release
804ce28

Fixes

  • scrollTo (and the selection prop / tree.scrollTo() paths that use it) now
    scrolls horizontally as well as vertically, bringing a deeply nested node's
    indented content into view when rows overflow the tree's width. Previously only
    the vertical position was adjusted, leaving deep nodes off-screen to the right. (#367)