Investigate and resolve the issue where using the :force-fallback="true" property in vue-draggable prevents the drop event from being called during cross-list drag and drop cloning. This fix should ensure that:
The auto-scroll functionality remains effective when dragging elements within the same list.
The drop event is correctly triggered for cross-list drag and drop operations, allowing proper handling of cloned elements.
Investigate and resolve the issue where using the :force-fallback="true" property in vue-draggable prevents the drop event from being called during cross-list drag and drop cloning. This fix should ensure that: