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
Hello I've ported this example to vue/nuxt and it works for selection of single objects, but when I try to select more than one object either via shift select or drag and select, I get the following error below. It's driving me a bit crazy, so hopefully you might know what the problem is.
I've spent some time digging into the package code, and it looks like the problem lies in function below in MoveableGroup, because nextTarget ends up being null. In fact, dragTarget, areaElement, target are all null but not targets which contains the elements I selected.
Here is the relevant part of my code which was ported line by line from the React Selecto + Moveable demo mentioned earlier: