From 0e4962c3611450c08ca06f6cbf544cad8be7a9aa Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Wed, 10 Jul 2024 13:22:58 +0530 Subject: [PATCH 01/15] fix: allow dragging item in kanban in mobile --- frontend/src/components/Kanban/KanbanView.vue | 3 +++ 1 file changed, 3 insertions(+) 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" >