bevacqua / dragula

:ok_hand: Drag and drop so simple it hurts
https://bevacqua.github.io/dragula/
MIT License
22.01k stars 1.97k forks source link

How to re-bind to element? #643

Closed yukozh closed 4 years ago

yukozh commented 4 years ago
<div id="#outer">
    <div class="inner"></div>
</div>

if the inner element is created dynamically, how to re-bind dragula to outer?