-
Couldn't load subscription status.
- Fork 560
Description
Dragging selects text on every second drag on Safari (14.0.3). Same issue is reported on older vue Draggable versions as well SortableJS/Vue.Draggable#743 but the mentioned forceFallback option didn't work.
You can reproduce the issue by trying the live demo with Safari: https://sortablejs.github.io/vue.draggable.next/#/simple Drag once and it works, drag a second time and it selects text. Drag third time and it works, fourth time it selects text and so on.
It tried setting user-select: none to the item css (with all prefixes as well) but it doesn't help; then Safari just starts selecting text from the first selectable element before the draggable list.