Add more handels
This commit is contained in:
parent
603a0233f7
commit
23b72f3e41
@ -18,6 +18,10 @@ function CustomNode({ data }) {
|
|||||||
{/* Handles - חובה */}
|
{/* Handles - חובה */}
|
||||||
<Handle type="target" position={Position.Top} />
|
<Handle type="target" position={Position.Top} />
|
||||||
<Handle type="source" position={Position.Bottom} />
|
<Handle type="source" position={Position.Bottom} />
|
||||||
|
<Handle type="source" position={Position.Right} />
|
||||||
|
<Handle type="source" position={Position.Left} />
|
||||||
|
|
||||||
|
{/* Icon and label */}
|
||||||
|
|
||||||
<img
|
<img
|
||||||
src={icon}
|
src={icon}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user