diff --git a/client/app/scripts/charts/node.js b/client/app/scripts/charts/node.js index 146c876fb..aa7e4cf39 100644 --- a/client/app/scripts/charts/node.js +++ b/client/app/scripts/charts/node.js @@ -62,6 +62,7 @@ class Node extends React.Component { this.handleMouseClick = this.handleMouseClick.bind(this); this.handleMouseEnter = this.handleMouseEnter.bind(this); this.handleMouseLeave = this.handleMouseLeave.bind(this); + this.saveShapeRef = this.saveShapeRef.bind(this); this.state = { hovered: false, matched: false @@ -139,7 +140,7 @@ class Node extends React.Component { } - +