From ec5389beb32d7b4425881ed93b53125ae75fe43a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 11 Aug 2017 14:35:00 +0200 Subject: [PATCH] Disable draging of the sidebar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #262 #241 Signed-off-by: Julius Härtl --- js/app/Run.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app/Run.js b/js/app/Run.js index d79c01557..9924ad384 100644 --- a/js/app/Run.js +++ b/js/app/Run.js @@ -59,7 +59,7 @@ app.run(function ($document, $rootScope, $transitions, BoardService) { element: document.getElementById('app-content'), disable: 'right', maxPosition: 250, - minDragDistance: 100 + touchToDrag: false }); $('#app-navigation-toggle').click(function(){