swimlane / ngx-dnd

🕶 Drag, Drop and Sorting Library for Angular2 and beyond!
https://swimlane.github.io/ngx-dnd/
MIT License
575 stars 135 forks source link

element should be orderable even if it has copy = true #173

Open osmanraifgunes opened 3 years ago

osmanraifgunes commented 3 years ago

[ x] feature request Dragula has copySortSource option. options.copySortSource If copy is set to true (or a method that returns true) and copySortSource is true as well, users will be able to sort elements in copy-source containers.

Can we use this option with ngx-dnd?