Skip to content

Commit

Permalink
fixes issue with eventSrc in topology
Browse files Browse the repository at this point in the history
  • Loading branch information
invincibleJai committed Mar 30, 2020
1 parent abfce24 commit 698368a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -81,7 +81,7 @@ export const layoutConstraints = (
axis: 'x',
left: serviceNode.index,
right: link.source.index,
gap: serviceDistance + link.source.width / 2 + this.options.linkDistance,
gap: serviceDistance + link.source.width / 2,
equality: true,
});
nextOffset += link.source.height;
Expand Down

0 comments on commit 698368a

Please sign in to comment.