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:
+1
@@ -236,6 +236,7 @@ export class UnthemedViewingLayer extends React.PureComponent<ViewingLayerProps,
|
||||
};
|
||||
|
||||
_handleReframeMouseLeave = () => {
|
||||
this._draggerReframe.resetBounds();
|
||||
this.props.updateNextViewRangeTime({ cursor: null });
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user