You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a similar issue to that listed in issue.
I have submitted a Pull Request (#2324) to allow cancel option to be a function. This allows me to override the default cancel implementation using a selector with something like:
Is it possible to lock parent elements on the sortable component but leave the children to be sortable?
For instance: https://jsfiddle.net/5mvLfw74/
I would like to sort items
11
and12
but looks like since the parent is on thecancel
selector the whole "tree" is locked.For what i see the issue might be coming from
jquery-ui/ui/widgets/mouse.js
Line 98 in 70dae67
Looks like the closest element that matches the cancel selector is the parent and then the mouse event is not triggered
The text was updated successfully, but these errors were encountered: