Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ButtonEdge
Function · 0.70
Calls
1
deleteEdge
Function · 0.85
Tested by
no test coverage detected