diff --git a/frontend/src/components/Kanban/KanbanView.vue b/frontend/src/components/Kanban/KanbanView.vue index 1001d4e0..3497cdc4 100644 --- a/frontend/src/components/Kanban/KanbanView.vue +++ b/frontend/src/components/Kanban/KanbanView.vue @@ -5,6 +5,7 @@ :list="columns" item-key="column" @end="updateColumn" + :delay="isTouchScreenDevice() ? 200 : 0" class="flex sm:mx-2.5 mx-2 pb-3.5" >