feat(renderer): add connection line

This commit is contained in:
moklick
2019-07-31 11:32:56 +02:00
parent 915cba94a7
commit 2d5e2d9241
18 changed files with 336 additions and 175 deletions
+2 -1
View File
@@ -62,7 +62,8 @@
animation: dashdraw 0.5s linear infinite;
}
.react-graph__edge.connector {
.react-graph__edge.connection {
stroke: '#ddd';
pointer-events: none;
}