We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently it seems that with dragula hard to create nested sortable. I tried to create simplest example: https://codepen.io/anon/pen/EPjjvr
Nothing more but when I drag item3 I get js error:
Uncaught HierarchyRequestError: Failed to execute 'insertBefore' on 'Node': The new child element contains the parent.
P.S; Also no api methods available as I see for control draggable items, draggable places (where to drop) and other.
The text was updated successfully, but these errors were encountered:
#248
Sorry, something went wrong.
Same error here, can't find any info regarding this.
No branches or pull requests
Currently it seems that with dragula hard to create nested sortable. I tried to create simplest example:
https://codepen.io/anon/pen/EPjjvr
Nothing more but when I drag item3 I get js error:
P.S;
Also no api methods available as I see for control draggable items, draggable places (where to drop) and other.
The text was updated successfully, but these errors were encountered: