summaryrefslogtreecommitdiff
path: root/assets/js/src/Board.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/src/Board.js')
-rw-r--r--assets/js/src/Board.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/js/src/Board.js b/assets/js/src/Board.js
index 75b0614a..dee1a758 100644
--- a/assets/js/src/Board.js
+++ b/assets/js/src/Board.js
@@ -97,8 +97,7 @@ Board.prototype.dragAndDrop = function() {
var self = this;
var params = {
forcePlaceholderSize: true,
- delay: 300,
- distance: 5,
+ tolerance: "pointer",
connectWith: ".board-task-list",
placeholder: "draggable-placeholder",
items: ".draggable-item",