Fix dnd in safari

Fixes #4345
This commit is contained in:
rijkvanzanten
2021-03-04 10:32:41 -05:00
parent d9a09719cf
commit f63edc266d
6 changed files with 19 additions and 8 deletions

View File

@@ -6,6 +6,7 @@
<draggable
v-else
:force-fallback="true"
:value="previewValues"
handle=".drag-handle"
@input="onSort"

View File

@@ -3,6 +3,7 @@
<draggable :value="value" handle=".drag-handle" @input="onSort" :set-data="hideDragImage">
<repeater-row
v-for="(row, index) in value"
:force-fallback="true"
:key="index"
:value="row"
:template="_template"