Skip to content

Commit

Permalink
ups
Browse files Browse the repository at this point in the history
  • Loading branch information
dlopezalvas committed Jul 12, 2024
1 parent 2f3648b commit cd0051c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/blockly/blockly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ const createOthersBlocks = (t: (key: string) => string) => {
categoryId: 'myprocedures',
};

ProcedsBlocklyInit()
ProcedsBlocklyInit(Blockly)
Blockly.Blocks['Procedimiento'] = {
init: Blockly.Blocks['procedures_defnoreturn'].init,
setStatements_: Blockly.Blocks['procedures_defnoreturn'].setStatements_,
Expand Down

0 comments on commit cd0051c

Please sign in to comment.