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 53d09fc commit d83c4e5Copy full SHA for d83c4e5
blocks_vertical/procedures.js
@@ -895,7 +895,7 @@ Blockly.ScratchBlocks.ProcedureUtils.removeFieldCallback = function(field) {
895
for (var n = 0; n < this.inputList.length; n++) {
896
var input = this.inputList[n];
897
if (input.connection) {
898
- var target = input.connection.tak();
+ var target = input.connection.targetBlock();
899
if (target.getField(field.name) == field) {
900
if (cannotRemove(n)) return
901
inputNameToRemove = input.name;
0 commit comments