From d738e088d925d3a877bd4d59e9462f63e9e0bd31 Mon Sep 17 00:00:00 2001 From: Stephanie Gredell Date: Sun, 8 Jun 2025 01:01:31 -0700 Subject: [PATCH] fix arrow following node. caused by typo --- static/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = () => {