mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
fix: correct docs for flyout metrics (#6751)
This commit is contained in:
committed by
GitHub
parent
8978f573d3
commit
25d9acb418
@@ -975,7 +975,7 @@ const procedureCallerGetDefMixin = function() {
|
||||
'fields': {'NAME': newName},
|
||||
};
|
||||
return serialization.blocks.append(blockDef, this.getTargetWorkspace_())
|
||||
.getProcedureModel();
|
||||
.getProcedureModel();
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user