resize
This commit is contained in:
@@ -88,7 +88,7 @@ export const VariableNode = memo(function VariableNode({ id, data }: Props) {
|
||||
)
|
||||
|
||||
return (
|
||||
<BaseNode className="w-56">
|
||||
<BaseNode className="min-w-56 min-h-[180px]" handles={<OutputHandle id="out" />}>
|
||||
<BaseNodeHeader className="border-b">
|
||||
<Variable className="size-4" />
|
||||
<BaseNodeHeaderTitle>{id}</BaseNodeHeaderTitle>
|
||||
@@ -130,8 +130,6 @@ export const VariableNode = memo(function VariableNode({ id, data }: Props) {
|
||||
Use in config: <code className="rounded bg-muted px-0.5">prop: ${{id}}</code>
|
||||
</p>
|
||||
</BaseNodeContent>
|
||||
|
||||
<OutputHandle id="out" />
|
||||
</BaseNode>
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user