From 855479fe68973a585d94e91cc1d58edfe7fe16bf Mon Sep 17 00:00:00 2001 From: Artem Anufrij Date: Wed, 24 May 2017 22:24:27 +0200 Subject: [PATCH] added longTouch: true Signed-off-by: Artem Anufrij --- js/controller/BoardController.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/controller/BoardController.js b/js/controller/BoardController.js index 9a93522a5..87895e805 100644 --- a/js/controller/BoardController.js +++ b/js/controller/BoardController.js @@ -260,6 +260,7 @@ app.controller('BoardController', function ($rootScope, $scope, $stateParams, St scrollableContainer: '#board', containerPositioning: 'relative', containment: '#board', + longTouch: true, dragMove: function (itemPosition, containment, eventObj) { if (eventObj) { var container = $("#board");