Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag&Drop does not work for leaf nodes after collapsing and uncollapsing #223

Closed
danielcaldas opened this issue Sep 5, 2019 · 0 comments · Fixed by #224
Closed

Drag&Drop does not work for leaf nodes after collapsing and uncollapsing #223

danielcaldas opened this issue Sep 5, 2019 · 0 comments · Fixed by #224
Assignees
Labels

Comments

@danielcaldas
Copy link
Owner

Describe the bug
When the config collapsible is set to true, left nodes that have once been collapsed cannot be dragged anymore, instead the whole graph will be dragged in the attempt of dragging that specific node.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the sandbox
  2. Click on the checkbox of collapsible
  3. Click on some node to collapse a leaf node
  4. Click again on the same node to make the previously hidden leaf node visible
  5. Try to drag and drop that leaf node, it won't work. Instead the whole graph will be dragged

Expected behavior
Users should be able to drag&drop visible nodes individually.

Environment:
All. Not environment-specific.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant