mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
fix: proc json serialization (#6746)
* fix: params not being rendered when loading from JSON * chore: fix tests
This commit is contained in:
@@ -591,6 +591,7 @@ const procedureDefMutator = {
|
||||
}
|
||||
}
|
||||
|
||||
this.doProcedureUpdate();
|
||||
this.setStatements_(state['hasStatements'] === false ? false : true);
|
||||
|
||||
// Call mutate callers for backwards compatibility.
|
||||
|
||||
Reference in New Issue
Block a user