Closed xqkeji closed 5 months ago
Is your feature request related to a problem? Please describe. get pageX and pageY on "sortstart" and "sortstop"
Describe the solution you'd like CustomEvent adds data details: { origin: { elementIndex: originElementIndex, index: originIndex, container: originContainer }, item: dragging, dragEvent:e //Original event }
The complete dragEvent facilitates the development of various applications
Happy to accept a PR for this.
Is your feature request related to a problem? Please describe. get pageX and pageY on "sortstart" and "sortstop"
Describe the solution you'd like CustomEvent adds data details: { origin: { elementIndex: originElementIndex, index: originIndex, container: originContainer }, item: dragging, dragEvent:e //Original event }
The complete dragEvent facilitates the development of various applications