From 18d99766376d1ca4049e6b6fc41e88cf5dd6ccab Mon Sep 17 00:00:00 2001 From: team3 Date: Sat, 23 May 2026 01:30:39 +0200 Subject: [PATCH] update --- src/views/GraphView.ts | 1 + 1 file changed, 1 insertion(+) 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,