From 262c1453d03aa6586a93b1714cd00c0b788581a9 Mon Sep 17 00:00:00 2001 From: LilyMakesThings <127533508+LilyMakesThings@users.noreply.github.com> Date: Wed, 24 Jan 2024 02:39:54 +0000 Subject: [PATCH] Update scratch_blocks_utils.js --- core/scratch_blocks_utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scratch_blocks_utils.js b/core/scratch_blocks_utils.js index efb11ce634..ab05555d0a 100644 --- a/core/scratch_blocks_utils.js +++ b/core/scratch_blocks_utils.js @@ -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_)); }; /**