Merge pull request #159 from nextcloud/mobile_improvements

improve mobile behavior
This commit is contained in:
Julius Härtl
2017-05-28 10:58:58 +02:00
committed by GitHub
2 changed files with 15 additions and 4 deletions

View File

@@ -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");