Skip to content
New issue

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

v 0.3.0 and 0.3.1 breaks our app #128

Open
agotfredsen82 opened this issue Jan 6, 2025 · 1 comment
Open

v 0.3.0 and 0.3.1 breaks our app #128

agotfredsen82 opened this issue Jan 6, 2025 · 1 comment
Assignees

Comments

@agotfredsen82
Copy link

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 ?

@sashamilenkovic
Copy link
Contributor

@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).

@sashamilenkovic sashamilenkovic self-assigned this Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants