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

Support Multiple SortableTrees on one Page #22

Closed
ncphillips opened this issue Nov 25, 2016 · 3 comments
Closed

Support Multiple SortableTrees on one Page #22

ncphillips opened this issue Nov 25, 2016 · 3 comments

Comments

@ncphillips
Copy link

Current implementation does not elegantly handle multiple SortableTrees to be on the same page.

Dragging an item from one list to another causes serious problems, by deleting items in the other tree.

We need to be able to name the SortableTree. That name should be added to the drag type, to prevent items from one tree being dragged to other trees.

sortabletreebug

@ncphillips
Copy link
Author

I'm working on fix for this.

@fritz-c
Copy link
Member

fritz-c commented Nov 29, 2016

The fix is now available in v0.1.6.
Thanks for bringing this to my attention!

@fritz-c fritz-c closed this as completed Nov 29, 2016
@ncphillips
Copy link
Author

Thanks for merging it @fritz-c!

And again, I had to move things around a bit and I bad because I wasn't really sure how you would want that done.

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

Successfully merging a pull request may close this issue.

2 participants