Vue.Draggable
Vue.Draggable copied to clipboard
Safari browser compatibility
Thank you very much for writing this component,but, I found a problem with Safari, which requires two mouse clicks to drag, Is there a solution? Looking forward to your reply
I have the same issue. Unless I double click (or just throw in some random clicks) the images drag but they do not actually get reordered/sorted!
Same here. I recommend redirect user to Chrome download page
Workaround is to use :force-fallback="true" (source: https://github.com/SortableJS/sortablejs/issues/1571#issuecomment-566734677).
Workaround is to use
:force-fallback="true"(source: SortableJS/sortablejs#1571 (comment)).
You are right. Thank you!
Workaround is to use
:force-fallback="true"(source: SortableJS/Sortable#1571 (comment)).
Thanks, Brother.
This issue is gone in the latest version of SortableJS.