fix: no drag delay when using mouse on touch device #748

Merged
konrad merged 1 commits from simon1506/frontend:main into main 2021-09-21 16:47:42 +00:00
Contributor

The delay added on touch devices when dragging Kanban tasks causes problems when using a mouse on a laptop with a touch screen (#626).

This is fixed by using the delayOnTouchOnly option of vuedraggable.

The delay added on touch devices when dragging Kanban tasks causes problems when using a mouse on a laptop with a touch screen (#626). This is fixed by using the [`delayOnTouchOnly`](https://github.com/SortableJS/Sortable#options) option of vuedraggable.
simon1506 added 1 commit 2021-09-13 17:07:16 +00:00
continuous-integration/drone/pr Build is passing Details
8a9a5576c6
fix: no drag delay when using mouse on touch device
konrad approved these changes 2021-09-21 16:45:39 +00:00
konrad left a comment
Owner

Thanks for your contribution! I did not know there is an extra option for delay on touch devices.

Thanks for your contribution! I did not know there is an extra option for delay on touch devices.
konrad merged commit d88e299358 into main 2021-09-21 16:47:42 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.