in integ/utils.ts [196:202]
export function createEdgeContextMenu(id: string | undefined, container: HTMLElement) { if (!id) { return; } container.innerHTML = ''; container.appendChild(createContextMenu(`This is the edge: ${id}`)); }