This commit is contained in:
StyleZhang
2024-03-12 13:03:39 +08:00
parent 22e7393b9d
commit 9753077661
6 changed files with 23 additions and 13 deletions

View File

@ -45,7 +45,7 @@ const Node: FC<NodeProps<QuestionClassifierNodeType>> = (props) => {
/>
<NodeSourceHandle
{...props}
handleId={topic.name}
handleId={topic.id}
handleClassName='!top-1/2 !-translate-y-1/2 !-right-[21px]'
/>
</div>