MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / onEdgeClick

Function onEdgeClick

packages/ui/src/views/canvas/ButtonEdge.jsx:27–31  ·  view source on GitHub ↗
(evt, id)

Source from the content-addressed store, hash-verified

25 const dispatch = useDispatch()
26
27 const onEdgeClick = (evt, id) => {
28 evt.stopPropagation()
29 deleteEdge(id)
30 dispatch({ type: SET_DIRTY })
31 }
32
33 return (
34 <>

Callers 1

ButtonEdgeFunction · 0.70

Calls 1

deleteEdgeFunction · 0.85

Tested by

no test coverage detected