Skip to content

Commit fa95ab9

Browse files
committed
update NodeSelector to pass canvas parameter to nodeSelectorElement
1 parent 1195752 commit fa95ab9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libs/visual-programming-system/src/components/node-selector.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,9 @@ export class NodeSelector<T extends BaseNodeInfo> {
252252
pointerMove: this.onPointerMoveHelper,
253253
pointerUp: this.onPointerUpHelper,
254254
},
255-
this.nodeSelectorElement as INodeComponent<T>
255+
this.nodeSelectorElement as INodeComponent<T>,
256+
false,
257+
this.canvas
256258
);
257259
event.stopPropagation();
258260
return false;

0 commit comments

Comments
 (0)