touch-dnd icon indicating copy to clipboard operation
touch-dnd copied to clipboard

cannot disable or destroy sortable element

Open gxfan opened this issue 8 years ago • 1 comments

in my project, i first run some codes like this: $('#element').sortable({activeClass:'active'});

but when i run $('#element').sortable(‘disable') some time later, i have some error messages in the console: Uncaught TypeError: undefined is not a function

it occurs in line 969 of file touch-dnd.js.

gxfan avatar Oct 29 '15 06:10 gxfan

Thanks for reporting. This is strange. Could you provide example code?

rkusa avatar Oct 30 '15 10:10 rkusa