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

Sortable is sorting when any element is dragged over #1

Open
skeptic35 opened this issue Mar 10, 2014 · 0 comments · May be fixed by #2
Open

Sortable is sorting when any element is dragged over #1

skeptic35 opened this issue Mar 10, 2014 · 0 comments · May be fixed by #2

Comments

@skeptic35
Copy link

The dragenterHandler checks whether targetArray and sourceArray are identical but sourceArray is not reset on drop. So after the sortable has been used the first time it will react to any dragenter.
I'll submit a pull request soon.

skeptic35 added a commit to skeptic35/Ractive-decorators-sortable that referenced this issue Mar 10, 2014
@skeptic35 skeptic35 linked a pull request Mar 10, 2014 that will close this issue
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.

1 participant