fix: VariableNode size
This commit is contained in:
@@ -62,7 +62,7 @@ export function registerBuiltinNodes(): void {
|
||||
registerNodeType({
|
||||
id: 'variable',
|
||||
component: VariableNode,
|
||||
defaultStyle: { width: 224, height: 180 },
|
||||
defaultStyle: { width: 224, height: 240 },
|
||||
defaultData: { value: '', valueType: 'string' },
|
||||
idPrefix: 'var_',
|
||||
hasInput: false,
|
||||
|
||||
Reference in New Issue
Block a user