Skip to content

Commit cdbdd9d

Browse files
committed
Remove nonfunctional focusUiFindMatches call
Signed-off-by: Everett Ross <reverett@uber.com>
1 parent 9b9f5c0 commit cdbdd9d

File tree

1 file changed

+0
-3
lines changed
  • packages/jaeger-ui/src/components/TracePage

1 file changed

+0
-3
lines changed

packages/jaeger-ui/src/components/TracePage/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,6 @@ export class TracePageImpl extends React.PureComponent<TProps, TState> {
280280
if (this.props.trace && this.props.trace.data) {
281281
this.traceDagEV = calculateTraceDagEV(this.props.trace.data);
282282
}
283-
if (traceGraphView) {
284-
this.focusUiFindMatches();
285-
}
286283
this.setState({ traceGraphView: !traceGraphView });
287284
};
288285

0 commit comments

Comments
 (0)