Skip to content

Commit

Permalink
Update scratch_blocks_utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings authored Jan 24, 2024
1 parent ede311a commit 262c145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/scratch_blocks_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Blockly.scratchBlocksUtils.changeObscuredShadowIds = function(block) {
*/
Blockly.scratchBlocksUtils.isShadowArgumentReporter = function(block) {
return (block.isShadow() && (block.type == 'argument_reporter_boolean' ||
block.type == 'argument_reporter_string_number' || block.isShadowArgument));
block.type == 'argument_reporter_string_number' || block.isShadowArgument_));
};

/**
Expand Down

0 comments on commit 262c145

Please sign in to comment.