fix(edge: styles): click only on the stroke of the edge

This commit is contained in:
Clément Loridan
2021-04-24 13:50:04 +03:00
parent 0e9ae9fbc1
commit 1bc4b46471
+2 -1
View File
@@ -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 */