We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e354d44 commit 09beb13Copy full SHA for 09beb13
src/nodes/input/ValueNode.ts
@@ -27,7 +27,7 @@ export class ValueNode extends InputBaseNode {
27
this.typeCombo = this.getChildOfType(DataTypeComboBox)!;
28
this.inputs = inputs;
29
this.output = this.getChildOfType(Output)!;
30
- this.size = 0;
+ this.size =1;
31
}
32
33
get size() {
0 commit comments