Vue.Draggable
Vue.Draggable copied to clipboard
Dragging between two lists with the same group not working with force-fallback
Step by step scenario
I am running into an issue where I have to draggable components each with the group attribute being the same. I then added the force-fallback attribute to those draggable components because I was having performance issues scrolling down the page when dragging an item. Setting the force-fallback to true resolved that issue, but now the two lists won't allow for dragging items between them.
Current Functionality
Having :force-fallback="true makes it so you can no longer drag items between two lists with the same group name.
Expected Functionality
Being able to still drag items between lists that have the same group name when :force-fallback="true is set.