Canvas: Fix datalink positioning glitch (#83869)

This commit is contained in:
Nathan Marrs 2024-03-05 16:23:10 -07:00 committed by GitHub
parent 7e4badff1d
commit 38a0eab137
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -486,6 +486,7 @@ export class ElementState implements LayerElement {
}; };
onElementClick = (event: React.MouseEvent) => { onElementClick = (event: React.MouseEvent) => {
this.handleTooltip(event);
this.onTooltipCallback(); this.onTooltipCallback();
}; };