-
Notifications
You must be signed in to change notification settings - Fork 42
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
SortableSpec canDrag not used #360
Comments
It’s an oversight. This code should clearly implement canDrag. Thanks for reporting.
|
Did not see this bug report until now but I was just having the same problem. Happy to see that it is tracked already. Is there a workaround ? It appears to me that DragSourceSpec can't be modified once it has been created. |
If there were a workaround I would have mentioned it. Just be patient and I will get to it. |
It wasn't my intention to rush you in any way. Thank you for your commitment. |
In using the
sortable
package, I notice thecanDrag
function ofSortableSpec
appears to do nothing (it never gets called when actually trying it out in a<skyhook-sortable-list>
, and after looking at the package code I believe it's not actually being used).Is there another method that should be used for this functionality (i.e. being able to specify if a given item in a list can be dragged or not), or is this just an oversight?
The text was updated successfully, but these errors were encountered: