Skip to content

Commit

Permalink
Merge pull request #3475 from nextcloud/enh/3394/fix-moving-calendars
Browse files Browse the repository at this point in the history
fix calendar handling on android
  • Loading branch information
szaimen authored Sep 15, 2021
2 parents c5bf7da + 83a7bf5 commit 69ef435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AppNavigation/CalendarList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<draggable
v-model="calendars"
:disabled="disableDragging"
v-bind="{swapThreshold: 0.30, delay: 500, delayOnTouchOnly: true, touchStartThreshold: 3}"
draggable=".draggable-calendar-list-item"
@update="update">
<template v-if="!isPublic">
Expand Down

0 comments on commit 69ef435

Please sign in to comment.