mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Canvas: Fix datalink positioning glitch (#83869)
This commit is contained in:
parent
7e4badff1d
commit
38a0eab137
@ -486,6 +486,7 @@ export class ElementState implements LayerElement {
|
||||
};
|
||||
|
||||
onElementClick = (event: React.MouseEvent) => {
|
||||
this.handleTooltip(event);
|
||||
this.onTooltipCallback();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user