💄 Improve edges alignment when connected to blocks

Related to #219
This commit is contained in:
Baptiste Arnaud
2023-01-27 15:25:03 +01:00
parent 409e7643ad
commit 068f9bbd17
4 changed files with 5 additions and 5 deletions

View File

@@ -215,8 +215,8 @@ export const BlockNode = ({
<BlockNodeContent block={block} indices={indices} />
<TargetEndpoint
pos="absolute"
left="-32px"
top="19px"
left="-34px"
top="16px"
blockId={block.id}
/>
{isConnectable && hasDefaultConnector(block) && (