@ -342,7 +342,7 @@ export const getEndpointTopOffset = ({
|
||||
if (!endpointId) return
|
||||
const endpointRef = endpoints[endpointId]?.ref
|
||||
if (!endpointRef?.current) return
|
||||
const endpointHeight = 28 * graphScale
|
||||
const endpointHeight = 34 * graphScale
|
||||
return (
|
||||
(endpointRef.current.getBoundingClientRect().y +
|
||||
endpointHeight / 2 -
|
||||
|
Reference in New Issue
Block a user