Moving items between containers works as usual
If you try to drop an item outside of any containers, though, it'll retain its original position
When that happens, a cancel event will be raised
Note that the dragged element will go back to the place you originally dragged it from, even if you move it over other containers
This is useful if you want to ensure drop events only happen when the user intends for them to happen explicitly, avoiding surprises
{{ code }}