We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ace4b commit 8e267afCopy full SHA for 8e267af
web_src/js/features/repo-projects.js
@@ -49,6 +49,8 @@ async function initRepoProjectSortable() {
49
filter: '[data-id="0"]',
50
animation: 150,
51
ghostClass: 'card-ghost',
52
+ delayOnTouchOnly: true,
53
+ delay: 500,
54
onSort: () => {
55
boardColumns = mainBoard.getElementsByClassName('board-column');
56
for (let i = 0; i < boardColumns.length; i++) {
@@ -76,6 +78,8 @@ async function initRepoProjectSortable() {
76
78
77
79
onAdd: moveIssue,
80
onUpdate: moveIssue,
81
82
83
});
84
}
85
0 commit comments