Sortable
Sortable copied to clipboard
Is there any event for closing dragging status independently?
There is a problem when I use SortableJs and element-plus(an UI component for Vue3) at the same time. the operation that I use element-plus's table component and resize the table's width will also trigger SortableJs's drag and change the DIV's class without closing!So,is there any event for me to close the dragging status like the operation that the event OnMove u offer "return false"?