Describe the bug
I am encountering errors when dragging and dropping nested list. The issue only arises when showDropzoneAreas is enabled.
My element looks something like
<ul id="scoresheet-editor">
<item :model="criteria" v-drag-and-drop:options="draggableOptions"></item>
</ul>
Where <item> is essentially a <li> with lots of other child elements inside... including a single <ul> which would contain more of .
<li>
<ul>
<item> <!-- more <item> -->
</ul>
</li>
Expected behavior
I expect there would not be an error when performing dropping action.
Screenshots

Desktop (please complete the following information):
- OS: Mac OS 10.13
- Browser Chrome 76
Additional context
Add any other context about the problem here.
Describe the bug
I am encountering errors when dragging and dropping nested list. The issue only arises when
showDropzoneAreasis enabled.My element looks something like
Where
<item>is essentially a<li>with lots of other child elements inside... including a single<ul>which would contain more of .Expected behavior
I expect there would not be an error when performing dropping action.
Screenshots

Desktop (please complete the following information):
Additional context
Add any other context about the problem here.