kalcifer / ember-dragula

Simple drag and drop with dragula and ember
MIT License
27 stars 17 forks source link

Can not drop nested items #24

Open b-ponomarenko opened 8 years ago

b-ponomarenko commented 8 years ago

Hello, I have this markup: http://pastebin.com/JUDhptVv I use "ember-dragula": "1.9.3", I can drop items in parent container, but I can't items in child container. What's wrong, how I can do it?

Thanks.