Revert touch delay due to scrolling issue

This commit is contained in:
Frederic Guillot
2015-08-29 13:01:49 -04:00
parent 720d1bc3bd
commit 913d891a40
6 changed files with 12 additions and 23 deletions

View File

@@ -113,7 +113,7 @@ Board.prototype.dragAndDrop = function() {
var self = this;
$(".board-task-list").sortable({
forcePlaceholderSize: true,
delay: $.support.touch ? 1500 : 300,
delay: 300,
distance: 5,
connectWith: ".board-task-list",
placeholder: "draggable-placeholder",