diff --git a/core/js/js.js b/core/js/js.js index 45c9c90362fa..78f44173e760 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(){