Skip to content

Commit

Permalink
Fixed details panel not closing on canvas click
Browse files Browse the repository at this point in the history
  • Loading branch information
jpellizzari committed Nov 8, 2016
1 parent 072bea9 commit 3b84149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/scripts/charts/nodes-chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class NodesChart extends React.Component {
}

handleMouseClick() {
if (!this.isZooming) {
if (!this.isZooming || this.props.selectedNodeId) {
this.props.clickBackground();
} else {
this.isZooming = false;
Expand Down

0 comments on commit 3b84149

Please sign in to comment.