Skip to content

Commit c21bec7

Browse files
committed
Fixed properly on the scratch-blocks side
1 parent c11530f commit c21bec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/irgen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class ScriptTreeGenerator {
180180
case 'checkbox':
181181
return {
182182
kind: 'constant',
183-
value: Cast.toBoolean(block.fields.CHECKBOX.value)
183+
value: block.fields.CHECKBOX.value
184184
};
185185

186186
case 'argument_reporter_string_number': {

0 commit comments

Comments
 (0)