-
Notifications
You must be signed in to change notification settings - Fork 8
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
Dragging same item in same ordered list causes duplicate #2
Comments
@matthewpomar Did you find any workaround for the duplication issue? |
Can you confirm this is still happening? I thought I'd resolved this one. |
Yes it is occurring. The way I resolved it is adding this bit of code in handleOnDropParent helper method:
And then in the same function replaced: Looks a dirty fix, but seems to hold good :-) ... |
A dirty fix is better than no fix! Esp is I'm pushed for time - I'll add it to the code (or you can submit a pull request if you want be be a contributor ;) ) |
Sure. I'll add my fix :-) ... your component is really good, gr8 work. |
Proposed fix for the opened issue: "Dragging same item in same ordered list causes duplicate rapsacnz#2".
Great component. I am trying to implement into my project and I noticed a possible defect. If you drag any item in a given ordered list from top to bottom, it duplicates the item, instead of moving it:
https://www.screencast.com/t/PPjBD4HlDx4
Any ideas where I can fix this?
The text was updated successfully, but these errors were encountered: