Skip to content

Commit 165ff31

Browse files
fix: increase wheel sensitivity from 0.3 to 2 to fix extremely slow mouse scroll wheel zoom: resolve #461
1 parent e8d47cd commit 165ff31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/browser/graph.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class Graph {
4141
container,
4242
//@ts-expect-error concat type
4343
style: style.style.concat(colorschemenight),
44-
wheelSensitivity: 0.3,
44+
wheelSensitivity: 2,
4545
minZoom: 0.02,
4646
maxZoom: 7,
4747
});

0 commit comments

Comments
 (0)