mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-29 02:01:43 +00:00
Exit time travel mode as a part of the app shutdown().
This commit is contained in:
@@ -47,11 +47,6 @@ class TimeTravel extends React.Component {
|
||||
this.setState(getTimestampStates(props.pausedAt));
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
// TODO: Get rid of this somehow. See: https://github.com/weaveworks/service-ui/issues/814
|
||||
this.props.resumeTime();
|
||||
}
|
||||
|
||||
handleInputChange(ev) {
|
||||
const timestamp = moment(ev.target.value);
|
||||
this.setState({ inputValue: ev.target.value });
|
||||
|
||||
Reference in New Issue
Block a user