SortableJS/jquery-sortablejs

How to disable clone option for a specific container?

velci123 opened this issue · 1 comments

I want to use clone option for a container but disable it for another container. How can I achieve this?

Just set the option pull: 'clone' in the container you want to clone from.