feat(network): add connect tool and middle-pan
This commit is contained in:
@@ -11,6 +11,7 @@ export function BaseHandle({ className, children, ...props }: ComponentProps<typ
|
||||
className={cn(
|
||||
'h-[14px] w-[14px] rounded-full border border-default bg-elevated transition-opacity',
|
||||
'opacity-0 group-hover:opacity-100 group-focus-within:opacity-100',
|
||||
'[.rf-connect-mode_&]:opacity-100',
|
||||
className,
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user