Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kumilingus committed Jun 8, 2024
1 parent 79d2fe5 commit ccecc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/joint-core/demo/links/src/links.js
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ paper.on('link:mouseenter', function(linkView) {
break;
case link6:
tools = [
new joint.linkTools.Vertices(),
new joint.linkTools.Vertices({ vertexAdding: { interactiveLinkNode: 'outline' }}),
new CustomBoundary({ padding: 25 })
];
break;
Expand Down

0 comments on commit ccecc5e

Please sign in to comment.