-
Notifications
You must be signed in to change notification settings - Fork 21
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
Vue3 (vue-dndrop 1.2.11) - Draggable elements only drag once, then stops #59
Comments
Hey, I had exactly the same error after a new install of the project. It seems that there is a problem with newer versions. I also changed the versions of vue and vue-template-compiler in my project but i'm not sure if this is important too. they are now both on version 2.6.14. |
We'll be taking a look at it today @JonesMuc @kamil-bartczak |
Any progress on that? |
I have the same error to. (Version vue-dndrop 1.2.11) |
@uptimerkgb @joerattz @kamil-bartczak go to Check #58 for version suited for vue2 |
End October and this is still not working on pixel 6 - Any update? Downgrading to 1.2.2 fixes but does not fill me with confidence |
@pbs-websuntangled will take a look at it. |
I am using 1.2.13 and DnD is working fine. |
I switched to 1.2.13 npm list vue-dndrop This is my version of Vue I copied this simplest example from the docs: https://amendx.github.io/vue-dndrop/examples/simple-tagless.html In the chrome browser on my desktop, it works completely fine In the chrome browser on my Pixel 6, I can drag 1 item and then it stops However, when I visit the page ( https://amendx.github.io/vue-dndrop/examples/simple-tagless.html) on my pixel 6, it works fine so it seems to indicate an environmental problem I am relatively new to Vue so it's possible I have made some mistake My code below. There seems to be an html filter so I removed the opening less than symbol from all of the tags template> |
I tested version 1.2.13 on Android (Opera, Mi Browser) - the problem persists. |
Problem and description
The first time you drag and drop an item, the drag and drop works fine, but after that it is impossible to move any item.
Stack and versions
I used the same code from issue: : #58 (comment)
I also used the code from various examples and the same problem occurred
From my debugging, it seems that the Container
drop
function doesn't even fire the second and more timesThe text was updated successfully, but these errors were encountered: