diff --git a/js/monkeypuzzle.js b/js/monkeypuzzle.js index 60eda7e..0c809d4 100644 --- a/js/monkeypuzzle.js +++ b/js/monkeypuzzle.js @@ -137,7 +137,8 @@ function initCytoscape() { autounselectify: false, selectionType: "single", minZoom: 0.1, - maxZoom: 1.5 + maxZoom: 1.5, + wheelSensitivity: 0.1 }); layout = build_cola_layout();