(_e: React.MouseEvent, node: Node)
| 93 | }); |
| 94 | |
| 95 | const handleNodeClick = (_e: React.MouseEvent, node: Node) => { |
| 96 | onSelectNode(node.data as unknown as FlowNodeData); |
| 97 | }; |
| 98 | |
| 99 | return ( |
| 100 | <div ref={wrapRef} className="h-full w-full"> |
nothing calls this directly
no outgoing calls
no test coverage detected