Sortable icon indicating copy to clipboard operation
Sortable copied to clipboard

Is there any event for closing dragging status independently?

Open Remake-dy opened this issue 3 years ago • 1 comments

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"?

Remake-dy avatar Aug 05 '22 07:08 Remake-dy