Skip to content

v3.10.2

Choose a tag to compare

@TrevorBurnham TrevorBurnham released this 12 Jun 20:15
· 6 commits to main since this release
a0675dc

Fixes

  • Dropping a dragged node in the empty area below the last row fires onMove
    again (issue #313). The drop logic had been moved into the per-row drop hook but
    never added to the outer (bottom-of-list) drop target, so drops to the very
    bottom of the tree were silently ignored. The shared handler now lives on
    tree.drop() and is used by both drop targets. (#361)