Skip to content

Commit

Permalink
#1651 Regression, when dragging link out, see error message setLinkOv…
Browse files Browse the repository at this point in the history
…erNodeß is not a function (#1652)
  • Loading branch information
tomlyn authored Dec 21, 2023
1 parent 1f02a44 commit 718af02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ export default class SVGCanvasUtilsDragNewLink {

// Switch 'new link over node' highlighting off
if (this.ren.config.enableHighlightNodeOnNewLinkDrag) {
this.ren.setLinkOverNodeß();
this.ren.setLinkOverNodeCancel();
}

const endPoint = this.ren.getTransformedMousePos(d3Event);
Expand Down

0 comments on commit 718af02

Please sign in to comment.