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
Hi we are using this in a nuxt3 app using Nuxt UI and from v 0.3 drag and drop is broken . we are using a slideover list that uses virtual list with items that can be draged onto target zones in the app . to do this we use @formkit/drag-and-drop and the group function that lets use drag between the dragAndDrop list ... and the dragAndDrop "drop zones" that are basically empty lists and then use a dropClone plugin to make it work so the item is not removed from the initial dragAndDrop list ..
but from v 0.3 this does not work anymore . its like the dragAndDrop drop zones does not get that there is an item ready to be dropped off. can this be that before v 0.3 the item where cloned into the body but after v 0.3 its simply moved into parent and because the the dragAndDrop list is in a slideover the rest of the app with its dragAndDrop "drop zones" are bellow the slideover in the dom .. they cant get that item ?
The text was updated successfully, but these errors were encountered:
@agotfredsen82 Oh, sorry you ran into issues again. That's a reasonable guess but I don't think that would be the issue. I'd be happy to take a look at a reproduction (repo would be ideal).
Hi we are using this in a nuxt3 app using Nuxt UI and from v 0.3 drag and drop is broken . we are using a slideover list that uses virtual list with items that can be draged onto target zones in the app . to do this we use @formkit/drag-and-drop and the group function that lets use drag between the dragAndDrop list ... and the dragAndDrop "drop zones" that are basically empty lists and then use a dropClone plugin to make it work so the item is not removed from the initial dragAndDrop list ..
but from v 0.3 this does not work anymore . its like the dragAndDrop drop zones does not get that there is an item ready to be dropped off. can this be that before v 0.3 the item where cloned into the body but after v 0.3 its simply moved into parent and because the the dragAndDrop list is in a slideover the rest of the app with its dragAndDrop "drop zones" are bellow the slideover in the dom .. they cant get that item ?
The text was updated successfully, but these errors were encountered: