mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
808e76ca05
commit
d177770560
@ -236,6 +236,7 @@ export class UnthemedViewingLayer extends React.PureComponent<ViewingLayerProps,
|
|||||||
};
|
};
|
||||||
|
|
||||||
_handleReframeMouseLeave = () => {
|
_handleReframeMouseLeave = () => {
|
||||||
|
this._draggerReframe.resetBounds();
|
||||||
this.props.updateNextViewRangeTime({ cursor: null });
|
this.props.updateNextViewRangeTime({ cursor: null });
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user