From 4771acb00e58a29236f03fb6a6a397364936fa51 Mon Sep 17 00:00:00 2001 From: Owen Meade <145706165+owenrgu@users.noreply.github.com> Date: Sat, 25 Nov 2023 22:57:16 +0000 Subject: [PATCH 1/2] Update monkeypuzzle.js --- js/monkeypuzzle.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/monkeypuzzle.js b/js/monkeypuzzle.js index 60eda7e..cbe4952 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.2 }); layout = build_cola_layout(); From 3b15dc6b139e2b816380e395daac11028bab88e8 Mon Sep 17 00:00:00 2001 From: Owen Meade <145706165+owenrgu@users.noreply.github.com> Date: Sat, 25 Nov 2023 23:04:00 +0000 Subject: [PATCH 2/2] Update monkeypuzzle.js --- js/monkeypuzzle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/monkeypuzzle.js b/js/monkeypuzzle.js index cbe4952..0c809d4 100644 --- a/js/monkeypuzzle.js +++ b/js/monkeypuzzle.js @@ -138,7 +138,7 @@ function initCytoscape() { selectionType: "single", minZoom: 0.1, maxZoom: 1.5, - wheelSensitivity: 0.2 + wheelSensitivity: 0.1 }); layout = build_cola_layout();