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 I drag a node, I want the original node to be hidden/removed from the tree and display the placeholder only. I tried not to render the node while it is dragging and rely on the placeholderRender, but that doesn't work. Can this be done?