fix handle on groupNod for minification

This commit is contained in:
anovazzi1 2023-10-06 19:48:00 -03:00
commit be5060b5f7

View file

@ -232,7 +232,7 @@ export default function ParameterComponent({
isValidConnection(connection, reactFlowInstance!)
}
className={classNames(
left ? "-ml-0.5 " : "-mr-0.5 ",
left ? "my-12 -ml-0.5 " : " my-12 -mr-0.5 ",
"h-3 w-3 rounded-full border-2 bg-background"
)}
style={{