Skip to content

Commit 785162b

Browse files
committed
Fix render on procedure dropdown change
mit-cml/blockly-plugins@e653560
1 parent 9aa1165 commit 785162b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

appinventor/blocklyeditor/src/field_procedure.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ AI.Blockly.FieldProcedure.onChange = function(procedureId) {
3838
// return;
3939
}
4040
}
41-
this.doValueUpdate_(text);
4241
// If we're just in the midst of renaming the procedure, we don't have (or want) to
4342
// add the new arguments
4443
if (!this.block.isRenaming) {

0 commit comments

Comments
 (0)