mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 14:58:38 +00:00
parent
36db55f662
commit
98c0047b4e
File diff suppressed because one or more lines are too long
@ -79,10 +79,10 @@ var FlowTable = React.createClass({
|
||||
this.props.view.removeListener("remove");
|
||||
this.props.view.removeListener("recalculate");
|
||||
}
|
||||
nextProps.props.view.addListener("add", this.onChange);
|
||||
nextProps.props.view.addListener("update", this.onChange);
|
||||
nextProps.props.view.addListener("remove", this.onChange);
|
||||
nextProps.props.view.addListener("recalculate", this.onChange);
|
||||
nextProps.view.addListener("add", this.onChange);
|
||||
nextProps.view.addListener("update", this.onChange);
|
||||
nextProps.view.addListener("remove", this.onChange);
|
||||
nextProps.view.addListener("recalculate", this.onChange);
|
||||
}
|
||||
},
|
||||
getDefaultProps: function () {
|
||||
|
Loading…
Reference in New Issue
Block a user