Vue.Draggable
Vue.Draggable copied to clipboard
Vue drag-and-drop component based on Sortable.js
The application can be used by several users at the same time. It uses sockets, etc. The issue happens when some user is being dragged an item, and the other...
How can one assign a unique id to each cloned item? Currently it just creates duplicates?
This guy on stackoverflow describes exact my problem, but no one gives a good answer. Does someone of you know if this can be accomplished? And not only with empty...
There seems to be a bug using removeOnSpill property on draggable updates the dom but not the bind list. Here is a fiddle: https://jsfiddle.net/Lgw61rcx/
I have the same issue as outlined in #743 . I have tried the fix of adding `forceFallback` but unfortunately this hasn't fixed the issue for me, in fact it...
Hi I have a problem when using vuedraggable. I have an array of objects which in each object has a property that is an array. In the code below, I...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I'm working on a prototype for a draggable nested list and getting a strange set of errors whenever the `move` function prop is called on the parent item: ``` [Vue...
Example how to integrate a sortable grid as it is also found on the sortablejs homepage.
Elements started flickering... And when I increate empty-insert-treshold (to increase precision), it start flickering even faster. https://user-images.githubusercontent.com/33714934/120461335-36668380-c39a-11eb-9965-b837c7f9e824.mp4 My example when I increased empty-insert-treshold to 15 to increase precision: https://user-images.githubusercontent.com/33714934/120461843-a96ffa00-c39a-11eb-8a2a-28f93a6e8501.mp4 offical...