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 of tree leaves from branch to branch #18

Open
Dreculah opened this issue Jul 19, 2016 · 0 comments
Open

Drag & Drop of tree leaves from branch to branch #18

Dreculah opened this issue Jul 19, 2016 · 0 comments

Comments

@Dreculah
Copy link

Dreculah commented Jul 19, 2016

As a user, I need to be able to move leaf nodes from one branch to another branch.

So, for a tree data structure, my initial state:


Item 1
  subItem A
  subItem B
  subItem C
Item 2
  subItem X
  subItem Y
  subItem Z

I then drag 'subItem Y' from Item 2 to Item 1:

Item 1
  subItem A
  subItem B
  subItem Y
  subItem C
Item 2
  subItem X
  subItem Z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants