Skip to content

Commit

Permalink
i wonder
Browse files Browse the repository at this point in the history
  • Loading branch information
jwklong authored Sep 9, 2024
1 parent c22cf47 commit 20db370
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/scratch_blocks_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ 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.type == 'argument_reporter_string_number' ||
block.type == 'argument_reporter_command'));
};

/**
Expand Down

0 comments on commit 20db370

Please sign in to comment.