You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: