diff --git a/src/style.css b/src/style.css index 6ff9db4f..e98eb58e 100644 --- a/src/style.css +++ b/src/style.css @@ -42,7 +42,7 @@ } .react-flow__edge { - pointer-events: all; + pointer-events: visibleStroke; &.inactive { pointer-events: none; @@ -145,6 +145,7 @@ .react-flow__edgeupdater { cursor: move; + pointer-events: all; } /* additional components */