You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried fixing CSS(pointer-events: none;) and it didn't help.
Tried to use both [(dragulaModel)] and [dragulaModel] with dropModel event listener options and got the same errors ERROR DOMException: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
Hello, got an error tried to reorder items.
Tried fixing CSS(
pointer-events: none;
) and it didn't help.Tried to use both
[(dragulaModel)]
and[dragulaModel]
withdropModel
event listener options and got the same errorsERROR DOMException: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
Code example:
items is an objects
Group options:
UPD:
Got error only on those containers where a copy func returns true and reordering enabled
So in this case, after reordering in the container with id 'copy-us' it throws an error
The text was updated successfully, but these errors were encountered: