zaubererty / ember-cli-dnd

A ember component to make all elements drag- or dropable
GNU Lesser General Public License v3.0
10 stars 0 forks source link

Support for multiple dnd #1

Open borisrorsvort opened 10 years ago

borisrorsvort commented 10 years ago

Do you plan to add support for multiple simultanous dnd ?

zaubererty commented 10 years ago

Is already supported, cause you can transfer a collection

borisrorsvort commented 10 years ago

I was thinking about smth like this where you can shift click then dnd http://www.jqueryscript.net/demo/jQuery-Plugin-For-Drag-Drop-Multi-Select-List-Box-fieldChooser/demo/

If thats what you were thinking about, could you update the docs to reflect that use case?