diff --git a/src/views/GraphView.ts b/src/views/GraphView.ts index 12de665..f8dacdb 100644 --- a/src/views/GraphView.ts +++ b/src/views/GraphView.ts @@ -108,6 +108,7 @@ export class GraphView { this.cy = cytoscape({ container, elements, + autoungrabify: true, wheelSensitivity: 0.3, boxSelectionEnabled: false, userPanningEnabled: true,