Bypass the rendering pipeline for highlighting to reduce (eliminate) latency
Fixes #15
This commit is contained in:
@@ -48,7 +48,6 @@ class GraphNode {
|
||||
node.id = item.id;
|
||||
node.label = item.label;
|
||||
node.soft = soft;
|
||||
node.highlight = item.highlight;
|
||||
return node;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user