fix: Update start/end points by 0.5 so bindings don't overlap with start/end bound element coordinates.

This commit is contained in:
Aakansha Doshi 2023-09-04 08:44:50 +05:30
parent 9b1c88eed9
commit 06389f96b9
2 changed files with 44 additions and 0 deletions

View file

@ -4056,6 +4056,7 @@ class App extends React.Component<AppProps, AppState> {
scenePointer.x,
scenePointer.y,
);
this.hitLinkElement = this.getElementLinkAtPosition(
scenePointer,
hitElement,