Skip to content

v3.10.3

Choose a tag to compare

@TrevorBurnham TrevorBurnham released this 12 Jun 21:35
· 4 commits to main since this release
07fc69b

Fixes

  • A node can no longer be dragged while it's being renamed (issue #195).
    Previously, dragging inside the rename input picked the row up and moved it —
    visible even in the official Gmail demo. The drag source now refuses to start a
    drag while the node is in editing state, matching the VS Code explorer. (#364)