fix(userselection): dont render user selection when its not active

This commit is contained in:
moklick
2020-06-05 12:37:54 +02:00
parent c2fad7e680
commit 33d2770b23
4 changed files with 30 additions and 12 deletions
+2 -2
View File
@@ -69,6 +69,7 @@
.react-flow__edge-text {
font-size: 12px;
pointer-events: none;
user-select: none;
}
.react-flow__edge-textbg {
@@ -132,7 +133,6 @@
.react-flow__node-output {
background: #55dd99;
}
.react-flow__nodesselection {
@@ -184,4 +184,4 @@
right: 0;
top: 50%;
transform: translate(0, -50%);
}
}