fix(base-edge): dont apply animation to edge helper closes #2517

This commit is contained in:
moklick
2022-10-21 12:20:23 +02:00
parent be120ec951
commit 1e5ea41bda
2 changed files with 14 additions and 1 deletions
+5
View File
@@ -56,6 +56,11 @@
animation: dashdraw 0.5s linear infinite;
}
&.animated path.react-flow__edge-interaction {
stroke-dasharray: none;
animation: none;
}
&.inactive {
pointer-events: none;
}