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 {
|
.react-flow__edge {
|
||||||
pointer-events: all;
|
pointer-events: visibleStroke;
|
||||||
|
|
||||||
&.inactive {
|
&.inactive {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
@@ -145,6 +145,7 @@
|
|||||||
|
|
||||||
.react-flow__edgeupdater {
|
.react-flow__edgeupdater {
|
||||||
cursor: move;
|
cursor: move;
|
||||||
|
pointer-events: all;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* additional components */
|
/* additional components */
|
||||||
|
|||||||
Reference in New Issue
Block a user