From 4d5d0d5dc2ef2eff435759b732d14ec6861e39d5 Mon Sep 17 00:00:00 2001 From: Simon Howe Date: Tue, 9 Aug 2016 20:16:23 +0200 Subject: [PATCH] Fixes origin of node-details-panel expanding animation --- client/app/scripts/charts/node.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 { } - +