refactor(api): use all elements instead of nodes only

This commit is contained in:
moklick
2019-07-24 23:44:48 +02:00
parent 9d44f26c68
commit 81746b2714
9 changed files with 38 additions and 25 deletions
+4
View File
@@ -52,6 +52,10 @@
pointer-events: all;
}
.react-graph__edge.selected {
stroke: #ff5050;
}
.react-graph__nodes {
width: 100%;
height: 100%;