${this._renderConnections()}
${repeat(
this.nodes,
n => n.id,
node => html`
`
)}
${this._renderDropGhost()}
${this._renderBranchPills()}
${this._renderAddPoints()}
${this._renderWireAddPoints()}
${this._renderNotes()}
e.stopPropagation()}">
this._emit('flow-undo')}">
this._emit('flow-redo')}">
this._emit('flow-add-note')}">
this._emit('flow-untangle')}">
e.stopPropagation()}">
this._zoomBy(ZOOM_STEP)}">
this._resetView()}">
this._zoomBy(-ZOOM_STEP)}">
${(this.drag?.kind === 'node' && this._dragMoved) || this.dragType ? html`
` : ''}
`;
}
}