SAC trigger focus out event on click
This commit is contained in:
parent
e38c766241
commit
e44cd532f2
|
@ -81,6 +81,7 @@ var StackedAreaChart = React.createClass({
|
||||||
},
|
},
|
||||||
|
|
||||||
handleClick: function(item) {
|
handleClick: function(item) {
|
||||||
|
this.handleFocusOut();
|
||||||
var params = {org: this.getParams().org};
|
var params = {org: this.getParams().org};
|
||||||
params[this.state.item] = item;
|
params[this.state.item] = item;
|
||||||
this.transitionTo(this.state.item, params, this.getQuery());
|
this.transitionTo(this.state.item, params, this.getQuery());
|
||||||
|
|
Loading…
Reference in New Issue