SortableJS / Vue.Draggable

Vue drag-and-drop component based on Sortable.js
https://sortablejs.github.io/Vue.Draggable/
MIT License
20.18k stars 2.9k forks source link

Cannot drag when mixed with vue-draggable-resizable-gorkys #973

Open inoryxun opened 3 years ago

inoryxun commented 3 years ago

When Draggable is nested inside vue-draggable-resizable-gorkys, it cannot be dragged to sort. 当Draggable 嵌套在vue-draggable-resizable-gorkys 内部使用时,无法拖动排序。

Flourad commented 3 years ago

When Draggable is nested inside vue-draggable-resizable-gorkys, it cannot be dragged to sort. 当Draggable 嵌套在vue-draggable-resizable-gorkys 内部使用时,无法拖动排序。

Me tooooo!

Flourad commented 3 years ago

When Draggable is nested inside vue-draggable-resizable-gorkys, it cannot be dragged to sort. 当Draggable 嵌套在vue-draggable-resizable-gorkys 内部使用时,无法拖动排序。

这里可以通过设置属性来解决 drag-cancel=".list-container" // vuedraggable容器的class :enable-native-drag="true" // 允许原生的拖拽事件