Skip to content

Commit 7cabb28

Browse files
authored
Fixed color sensor block accepting numbers
1 parent 89616f4 commit 7cabb28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue-frontend/src/assets/blockly/color.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export function load (Blockly, instances) {
4141
],
4242
"inputsInline": true,
4343
"colour": "%{BKY_SENSORS_RGB}",
44-
"output": "String",
44+
"output": "Number",
4545
"extensions": ["dynamic_instances_extension_color"]
4646
});
4747
}

0 commit comments

Comments
 (0)