mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: Update start/end points by 0.5 so bindings don't overlap with start/end bound element coordinates.
This commit is contained in:
parent
9b1c88eed9
commit
06389f96b9
2 changed files with 44 additions and 0 deletions
|
@ -4056,6 +4056,7 @@ class App extends React.Component<AppProps, AppState> {
|
|||
scenePointer.x,
|
||||
scenePointer.y,
|
||||
);
|
||||
|
||||
this.hitLinkElement = this.getElementLinkAtPosition(
|
||||
scenePointer,
|
||||
hitElement,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue