diff --git a/packages/react/src/container/GraphView/index.tsx b/packages/react/src/container/GraphView/index.tsx
index 80c25dea..3edc380a 100644
--- a/packages/react/src/container/GraphView/index.tsx
+++ b/packages/react/src/container/GraphView/index.tsx
@@ -172,7 +172,6 @@ function GraphViewComponent
-
nodeTypes={nodeTypes}
onNodeClick={onNodeClick}
@@ -189,6 +188,7 @@ function GraphViewComponent
+
);
diff --git a/packages/system/src/styles/init.css b/packages/system/src/styles/init.css
index 72f0b2e8..48e82af8 100644
--- a/packages/system/src/styles/init.css
+++ b/packages/system/src/styles/init.css
@@ -324,6 +324,7 @@ svg.xy-flow__connectionline {
height: 100%;
left: 0;
top: 0;
+ user-select: none;
}
.xy-flow__minimap {