Sortable
Sortable copied to clipboard
What are the other ways to cancel the drag? sortable.cancel() This method does not exist
I trigger a drag when I adjust the width of the table column. I want to be able to voluntarily cancel the drag once I've adjusted the width. Is there any other way.I tried the cancel() method you mentioned earlier, but I got an error.
Development environment: vue: 2.6.12, element-ui: 2.15.10,
