diff --git a/core/js/js.js b/core/js/js.js index 45c9c90362..78f44173e7 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -1315,7 +1315,8 @@ function initCore() { var snapper = new Snap({ element: document.getElementById('app-content'), disable: 'right', - maxPosition: 250 + maxPosition: 250, + minDragDistance: 100 }); $('#app-content').prepend(''); $('#app-navigation-toggle').click(function(){