Commit 21b5489c authored by Donald Cook's avatar Donald Cook Committed by Kushal Pandya

Added delay to drag event in manual ordering

parent 27983dee
...@@ -29,6 +29,7 @@ const initManualOrdering = (draggableSelector = 'li.issue') => { ...@@ -29,6 +29,7 @@ const initManualOrdering = (draggableSelector = 'li.issue') => {
issueList, issueList,
getBoardSortableDefaultOptions({ getBoardSortableDefaultOptions({
scroll: true, scroll: true,
fallbackTolerance: 1,
dataIdAttr: 'data-id', dataIdAttr: 'data-id',
fallbackOnBody: false, fallbackOnBody: false,
group: { group: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment