TraceView: Fix cursor not matching visual guide in the timeline when resizing (#76587)

* Reset bounds on mouse leave event from trace graph

* trigger CI

---------

Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com>
pull/78807/head
Neel 2 years ago committed by GitHub
parent 808e76ca05
commit d177770560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      public/app/features/explore/TraceView/components/TracePageHeader/SpanGraph/ViewingLayer.tsx

@ -236,6 +236,7 @@ export class UnthemedViewingLayer extends React.PureComponent<ViewingLayerProps,
};
_handleReframeMouseLeave = () => {
this._draggerReframe.resetBounds();
this.props.updateNextViewRangeTime({ cursor: null });
};

Loading…
Cancel
Save