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
Thanks for this feature request. Add a 👍 reaction to this issue if you would like to see handle be set with an Element. added. Do not add +1 comments — They will be deleted.
Draggabilly v3 has been released, now with updated handle behavior. You can set it to a single element or a Array or NodeList of elements
// select all .handle children with selector string
handle: '.handle'// set as element
handle: element.querySelector('.handle')// set as array or NodeList
handle: [element.querySelector('.handle1'),element.querySelector('.handle2')]
Please try it out and report back with any issues!
why not allow to pass handle as element???
The text was updated successfully, but these errors were encountered: