Jquery.ui sortable connect list without removing element from first list

Jquery.ui sortable connect list without removing element from first list

Hello,

I need to add some functionality in my website that is just like this  https://jqueryui.com/sortable/#connect-lists except that in my site is vital that the element on the first list does not disappear from the first list after being dragged, and its available to be added to the second list as many times as the user repeats the drag an drop process.

Can this be achieved with the jquery.ui sortable plugin? If that is the case how?

Thanks for your help.