diff --git a/the-graph/the-graph-app.js b/the-graph/the-graph-app.js index d6785e81..6c4efc4a 100644 --- a/the-graph/the-graph-app.js +++ b/the-graph/the-graph-app.js @@ -413,7 +413,7 @@ module.exports.register = function (context) { recognizers: [ [ Hammer.Tap, { } ], [ Hammer.Press, { time: 500 } ], - [ Hammer.Pan, { direction: Hammer.DIRECTION_ALL } ], + [ Hammer.Pan, { direction: Hammer.DIRECTION_ALL, threshold: 5 } ], [ Hammer.Pinch, { } ], ], });