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>
This commit is contained in:
Neel
2023-11-29 09:52:49 +01:00
committed by GitHub
co-authored by Andrej Ocenas
parent 808e76ca05
commit d177770560
@@ -236,6 +236,7 @@ export class UnthemedViewingLayer extends React.PureComponent<ViewingLayerProps,
};
_handleReframeMouseLeave = () => {
this._draggerReframe.resetBounds();
this.props.updateNextViewRangeTime({ cursor: null });
};