fix(userselection): dont render user selection when its not active
This commit is contained in:
+2
-2
@@ -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%);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user