diff --git a/frontend/src/components/project/views/ProjectList.vue b/frontend/src/components/project/views/ProjectList.vue index 298277bcc..71460bce4 100644 --- a/frontend/src/components/project/views/ProjectList.vue +++ b/frontend/src/components/project/views/ProjectList.vue @@ -375,6 +375,9 @@ onBeforeUnmount(() => { :deep(.tasks:not(.dragging-disabled) .single-task) { cursor: grab; + -webkit-touch-callout: none; + user-select: none; + touch-action: manipulation; &:active { cursor: grabbing;