Input and Output handles fixed
This commit is contained in:
parent
85c9a721ee
commit
8223ff5d32
2 changed files with 37 additions and 19 deletions
|
|
@ -16,8 +16,11 @@ export default function ChatOutputNode({ data }) {
|
|||
isValidConnection={(connection) => isValidConnection(data,connection)}
|
||||
position={Position.Left}
|
||||
id={"str|output|"+data.id}
|
||||
className="ml-1 bg-transparent border-solid border-l-8 border-y-transparent border-y-8 border-r-0 rounded-none"
|
||||
style={{borderLeftColor: nodeColors['chat']}}
|
||||
className={"-ml-0.5 w-3 h-3 rounded-full border-2 bg-white"
|
||||
}
|
||||
style={{
|
||||
borderColor: nodeColors[types[data.type]],
|
||||
}}
|
||||
></Handle>
|
||||
</Tooltip>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue