Vue.Draggable
Vue.Draggable copied to clipboard
Vue drag-and-drop component based on Sortable.js
The drop event from the dragend doesn't trigger and need a quickTouch to release it into the list.  What you can see here is a drag **that didn't dropped...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Hello! :wave: I have a problem with the speed of the ghost element on mobile. ## Code: ```js ``` ## The result on mobile (this is the actual problem): ...
How can I change the color or styles for the available drop areas ? Here's what I mean: * Start dragging an element * Zones / groups into which you...
I have a issue where the move event is not firing. my plan is to cancel the dragging as soon as the user puts the item in a wrong spot....
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
I have a kanban board with three lists: Todo, Doing, Done. The customer shouldn't be able to move tasks to the Doing column. But admins can move items to that...
### Jsfiddle links - Bug with `Vue.Draggable`: https://jsfiddle.net/alexisvapillon/tod6ghym/ - No bug with `SortableJS`: https://jsfiddle.net/alexisvapillon/2w93Lxdg/ ### Step by step scenario - On a page with 2 Draggables **A** and **B** -...
Currently, i am trying to select an item of the draggable-list programmatically / manually (without the usage of the mouse). This behaviour is important, because i want to make a...