diff --git a/static/node.js b/static/node.js index 88a7b7a..810166d 100644 --- a/static/node.js +++ b/static/node.js @@ -77,7 +77,7 @@ export class ComponentNode { this.x = newX; this.y = newY; - this.app.updateConnectionFor(this); + this.app.updateConnectionsFor(this); }; const onMouseUp = () => {