Merge pull request #1116 from clementloridan/main

fix(edge): change order of the first EdgeAnchor disturbed by the EdgeComponent
This commit is contained in:
Moritz Klack
2021-04-24 14:15:05 +02:00
committed by GitHub
2 changed files with 11 additions and 10 deletions
+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 */