Prevent accidental task dragging on mobile
Closes #421 Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
parent
7c1144a642
commit
3df9d6f978
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
|||
<template>
|
||||
<draggable tag="ol"
|
||||
:list="['']"
|
||||
v-bind="{group: 'tasks', swapThreshold: 0.30}"
|
||||
v-bind="{group: 'tasks', swapThreshold: 0.30, delay: 500, delayOnTouchOnly: true, touchStartThreshold: 3}"
|
||||
:move="onMove"
|
||||
@end="onEnd"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue