hejianxian / vddl

🦄 Vue components for modifying lists with the HTML5 drag & drop API.
http://hejx.space/vddl
MIT License
395 stars 75 forks source link

inserted is not being triggered when rearranging items inside container #62

Open moda20 opened 4 years ago

moda20 commented 4 years ago

hey !

i found out, using the example in the repo that rearranging items inside containers and other random element switching places between containers, is not counted an an insertion and the inserted callback on the <vddl-list> is not being called.

is this a bug or a feature ?