1
0
Fork 0

SAC trigger focus out event on click

This commit is contained in:
Gregory Eremin 2015-03-18 16:37:55 +07:00
parent e38c766241
commit e44cd532f2
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ var StackedAreaChart = React.createClass({
},
handleClick: function(item) {
this.handleFocusOut();
var params = {org: this.getParams().org};
params[this.state.item] = item;
this.transitionTo(this.state.item, params, this.getQuery());