Skip to content

Commit

Permalink
refactor(linkTools, elementTools)!: change Remove tool name (#2447)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumilingus authored Dec 19, 2023
1 parent 72b070b commit d36e498
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/joint-core/src/linkTools/Button.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export const Button = ToolView.extend({
});

export const Remove = Button.extend({
name: 'remove',
children: [{
tagName: 'circle',
selector: 'button',
Expand Down

0 comments on commit d36e498

Please sign in to comment.