-
Notifications
You must be signed in to change notification settings - Fork 75
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
Disabling drag & drop is not working correctly #17
Comments
What browser? |
Chrome Version 62.0.3202.94 (Official Build) (64-bit). Probably all browsers. |
Why the item can be dragged in the |
I don't know, I can take a look at it this week. |
It works now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Items disappear under certain circumstances if you disable drag & drop and then drag them.
Steps to reproduce
Temporary solution
I managed to get around this by adding this class to my css:
And then adding
To my nested list like this
<vddl-draggable class="group-item" :class="{'disable-drag': disable}"
and this
<vddl-list class="group-body" :class="{'disable-drag': disable}"
The text was updated successfully, but these errors were encountered: