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
When the user filters anything in the tree, the tree renders with the filtered result well, and when the user drags and drops a node, node infos in the TreeDragDropEvent object show old values and set dragNode and dropNode with old indexes. so we couldn't find the drag or drop node.
melloware
changed the title
Tree Component: DragNode and DropNodes are wrong when user filters the tree in TreeDragDropEvent object
Tree: DragNode and DropNodes are wrong when user filters the tree in TreeDragDropEvent object
Feb 13, 2025
melloware
changed the title
Tree: DragNode and DropNodes are wrong when user filters the tree in TreeDragDropEvent object
Tree: DragNode/DropNodes are wrong when user filters the tree in TreeDragDropEvent object
Feb 13, 2025
Describe the bug
When the user filters anything in the tree, the tree renders with the filtered result well, and when the user drags and drops a node, node infos in the TreeDragDropEvent object show old values and set dragNode and dropNode with old indexes. so we couldn't find the drag or drop node.
Reproducer
https://stackblitz.com/edit/vitejs-vite-lvecvsfn?file=src%2FApp.tsx
System Information
Steps to reproduce the behavior
Expected behavior
DragNode and DropNode should be exact nodes that the user handles
The text was updated successfully, but these errors were encountered: