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

Can't drag into SortableJs Instance outside Vue #119

Open
marcopixel opened this issue Apr 5, 2024 · 0 comments
Open

Can't drag into SortableJs Instance outside Vue #119

marcopixel opened this issue Apr 5, 2024 · 0 comments

Comments

@marcopixel
Copy link

Description

When attempting to move elements from a Vue component to a vanilla JS SortableJS instance, the operation fails. The expected behavior is that elements should be able to be moved seamlessly between the Vue component and the SortableJS instance.

Environment:

Browser: Chrome 123.0.6312.106

Repro Case

https://stackblitz.com/edit/vitejs-vite-9v4mkx?file=src%2FApp.vue

Steps to Reproduce:

  1. Grab an element from the left Vue Instance box
  2. Try to drop it on the right vanilla JS box

Expected: The element should be cloned to the right box without being removed from the Vue Instance
Actual: The element is moving normally and dragging into the other box is disabled (cursor:disabled)

Recording.vue-draggable-plus.mp4
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

1 participant