Workflow V1 #72
|
|
@ -42,24 +42,54 @@ export function JoinNode({ data, selected }) {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Mehrere Target Handles für eingehende Pfade */}
|
{/* Mehrere Target Handles für eingehende Pfade (bis zu 8) */}
|
||||||
<Handle
|
<Handle
|
||||||
type="target"
|
type="target"
|
||||||
position={Position.Top}
|
position={Position.Top}
|
||||||
id="path_1"
|
id="path_1"
|
||||||
style={{ left: '25%', background: '#17A2B8' }}
|
style={{ left: '11%', background: '#17A2B8' }}
|
||||||
/>
|
/>
|
||||||
<Handle
|
<Handle
|
||||||
type="target"
|
type="target"
|
||||||
position={Position.Top}
|
position={Position.Top}
|
||||||
id="path_2"
|
id="path_2"
|
||||||
style={{ left: '50%', background: '#17A2B8' }}
|
style={{ left: '22%', background: '#17A2B8' }}
|
||||||
/>
|
/>
|
||||||
<Handle
|
<Handle
|
||||||
type="target"
|
type="target"
|
||||||
position={Position.Top}
|
position={Position.Top}
|
||||||
id="path_3"
|
id="path_3"
|
||||||
style={{ left: '75%', background: '#17A2B8' }}
|
style={{ left: '33%', background: '#17A2B8' }}
|
||||||
|
/>
|
||||||
|
<Handle
|
||||||
|
type="target"
|
||||||
|
position={Position.Top}
|
||||||
|
id="path_4"
|
||||||
|
style={{ left: '44%', background: '#17A2B8' }}
|
||||||
|
/>
|
||||||
|
<Handle
|
||||||
|
type="target"
|
||||||
|
position={Position.Top}
|
||||||
|
id="path_5"
|
||||||
|
style={{ left: '56%', background: '#17A2B8' }}
|
||||||
|
/>
|
||||||
|
<Handle
|
||||||
|
type="target"
|
||||||
|
position={Position.Top}
|
||||||
|
id="path_6"
|
||||||
|
style={{ left: '67%', background: '#17A2B8' }}
|
||||||
|
/>
|
||||||
|
<Handle
|
||||||
|
type="target"
|
||||||
|
position={Position.Top}
|
||||||
|
id="path_7"
|
||||||
|
style={{ left: '78%', background: '#17A2B8' }}
|
||||||
|
/>
|
||||||
|
<Handle
|
||||||
|
type="target"
|
||||||
|
position={Position.Top}
|
||||||
|
id="path_8"
|
||||||
|
style={{ left: '89%', background: '#17A2B8' }}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* Ein Source Handle für konsolidierten Ausgang */}
|
{/* Ein Source Handle für konsolidierten Ausgang */}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user