Skip to content

Commit cd08e76

Browse files
committed
correct child selector for draw-grid-node (temp fix)
1 parent a4cb970 commit cd08e76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/vps-web/src/app/custom-nodes/classes/draw-grid-node.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ export class DrawGridNode extends BaseRectNode {
609609
}
610610
};
611611

612+
childElementSelector = '.child-node-wrapper > *:first-child';
612613
render = (node: FlowNode<NodeInfo>) => {
613614
//const nodeInfo = node.nodeInfo as any;
614615
console.log('render rect-node', node.width, node.height);

0 commit comments

Comments
 (0)