Closed vishnug-bridge closed 10 months ago
You need to make a custom event on the drop target that is separate from Sortable. Since you're using a fallback you can set a flag that sortable is dragging from onStart
, and listen to mouseup on the target.
flag that sortable is dragging from
onStart
, and listen to mouseup on the target.
I didn't get this point.
Hi, I am creating a Kanban board task viewer. In this kanban, I have many tasks and a date. I can drag and drop this into a group. I have a div outside of the draggable component. When I drag a task item to this div, I want to detect it. Is there any way to detect it?
This is what I am trying to achieve.
//MainTasks.vue
//DraggableCard.vue