fix: no drag delay when using mouse on touch device #748
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "simon1506/frontend:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.Thanks for your contribution! I did not know there is an extra option for delay on touch devices.