broadfield-dev commited on
Commit
6a4e54c
·
verified ·
1 Parent(s): 49b6209

Update static/canvas.js

Browse files
Files changed (1) hide show
  1. static/canvas.js +1 -1
static/canvas.js CHANGED
@@ -241,7 +241,7 @@ function createNode(x, y, label, type, inputs = [], outputs = [], id, source = '
241
  });
242
 
243
  // Node data
244
- nodeintersectionObserver.data = {
245
  id: id,
246
  type: type,
247
  label: label,
 
241
  });
242
 
243
  // Node data
244
+ node.data = {
245
  id: id,
246
  type: type,
247
  label: label,