diff --git a/src/containers/blocks.jsx b/src/containers/blocks.jsx index e8d61b0bee4..4a8c8547f53 100644 --- a/src/containers/blocks.jsx +++ b/src/containers/blocks.jsx @@ -425,7 +425,7 @@ class Blocks extends React.Component { const targetBlock = this.workspace.getBlockById(data.id); if (!targetBlock) return; // this happens when we switch sprites this.workspace.glowBlock(data.id, false); - this.workspace.reportValue(data.id, data.value, true); + if (!this.ScratchBlocks.DropDownDiv.isVisible()) this.workspace.reportValue(data.id, data.value, true); this.workspace.errorStack(data.id, true); } getToolboxXML () {