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
Hi, I referenced your tree example and wrote a version for vue: https://github.com/mypandora/query-builder/tree/main
But my tree is nested, when I move it first goes to parent P, then add indicator; continue moving and go to child C and show another indicator.
Because the child is inside the parent, it doesn't trigger onDragLeave, so I can't remove the tag from the parent.
How should this be resolved?
thanks.
The text was updated successfully, but these errors were encountered:
Hi, I referenced your tree example and wrote a version for vue: https://github.com/mypandora/query-builder/tree/main
But my tree is nested, when I move it first goes to parent P, then add indicator; continue moving and go to child C and show another indicator.
Because the child is inside the parent, it doesn't trigger onDragLeave, so I can't remove the tag from the parent.
How should this be resolved?
thanks.
The text was updated successfully, but these errors were encountered: