Skip to content

Commit 09beb13

Browse files
committed
initialize to size 1.... else it wont show any input.....
1 parent e354d44 commit 09beb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nodes/input/ValueNode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class ValueNode extends InputBaseNode {
2727
this.typeCombo = this.getChildOfType(DataTypeComboBox)!;
2828
this.inputs = inputs;
2929
this.output = this.getChildOfType(Output)!;
30-
this.size = 0;
30+
this.size =1;
3131
}
3232

3333
get size() {

0 commit comments

Comments
 (0)