-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
enhancementNew feature or requestNew feature or request
Description
If an element no longer needs to be dragged, could it be "unregistered" and removed from the callbacks array? This would help save memory especially in single page apps where several views could potentially be shown or rerendered.
const instance = dragmove(...)
instance.unregister()
// or
const id = dragmove(...)
enddragmove(id)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request