Skip to content

Commit deabb68

Browse files
committed
1 parent a627dd3 commit deabb68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

block-lexical-variables/src/inputs/indented_input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class IndentedInput extends Blockly.inputs.ValueInput {
1919
constructor(name, block) {
2020
super(name, block);
2121
this.connection = this.makeConnection(Blockly.ConnectionType.INPUT_VALUE);
22-
this.type = Blockly.inputTypes.VALUE;
22+
this.type = Blockly.inputs.inputTypes.VALUE;
2323
}
2424
}
2525

0 commit comments

Comments
 (0)