Bypass the rendering pipeline for highlighting to reduce (eliminate) latency
Fixes #15
This commit is contained in:
@@ -21,7 +21,6 @@ class LayoutNode {
|
||||
to: nodesByGraphNode.get(link.to),
|
||||
id: link.id,
|
||||
label: link.label,
|
||||
highlight: link.highlight,
|
||||
});
|
||||
}
|
||||
}
|
||||
@@ -161,7 +160,6 @@ class LayoutNode {
|
||||
pos: this.pos,
|
||||
id: this.graphNode_.id,
|
||||
label: this.graphNode_.label,
|
||||
highlight: this.graphNode_.highlight,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user