diff --git a/examples/react/src/examples/CustomConnectionLine/index.tsx b/examples/react/src/examples/CustomConnectionLine/index.tsx
index 2e5e2969..243a4f11 100644
--- a/examples/react/src/examples/CustomConnectionLine/index.tsx
+++ b/examples/react/src/examples/CustomConnectionLine/index.tsx
@@ -36,6 +36,7 @@ const ConnectionLineFlow = () => {
onEdgesChange={onEdgesChange}
connectionLineComponent={ConnectionLine}
onConnect={onConnect}
+ connectionDragThreshold={25}
>