fix(edge: styles): click only on the stroke of the edge
This commit is contained in:
+2
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user