Browse Source

fix arrow following node. caused by typo

pull/1/head
Stephanie Gredell 7 months ago
parent
commit
d738e088d9
  1. 2
      static/node.js

2
static/node.js

@ -77,7 +77,7 @@ export class ComponentNode {
this.x = newX; this.x = newX;
this.y = newY; this.y = newY;
this.app.updateConnectionFor(this); this.app.updateConnectionsFor(this);
}; };
const onMouseUp = () => { const onMouseUp = () => {

Loading…
Cancel
Save