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 88683ec commit f27c8a1Copy full SHA for f27c8a1
src/blocks/mrc_mechanism.ts
@@ -139,7 +139,7 @@ const MECHANISM = {
139
this.removeInput('ARG' + i);
140
}
141
},
142
- mrcNameFieldValidator(this: ComponentBlock, nameField: Blockly.FieldTextInput, name: string): string {
+ mrcNameFieldValidator(this: MechanismBlock, nameField: Blockly.FieldTextInput, name: string): string {
143
// Strip leading and trailing whitespace.
144
name = name.trim();
145
0 commit comments