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
Is there a way to set a handle for some items of a list? I have a sortable group of different looking items, some have a handle and other don't. When setting the handle selector option, items without a handle can't be dragged.
The text was updated successfully, but these errors were encountered:
Also went for another solution since this library manipulates the DOM and conflicts with the framework I'm using (Ember.js), ended up implementing the atlassian pragmatic drag and drop, which supports mixing elements with and without handle.
Is there a way to set a handle for some items of a list? I have a sortable group of different looking items, some have a handle and other don't. When setting the
handle
selector option, items without a handle can't be dragged.The text was updated successfully, but these errors were encountered: