missing function Blockly.hueToRgb #6175
Labels
component: devtools
help wanted
External contributions actively solicited
issue: bug
Describes why the code or behaviour is wrong
Milestone
Describe the bug
In
demos/blockfactory/block_definition_extractor.js
, line 719,Blockly.hueToRgb
function is not defined. And this makes base block in block factory main workspace disappear after a manual JSON change.To Reproduce
Steps to reproduce the behavior:
Expected behavior
After making a manual JSON code change, the base block in main workspace should still be there.
Screenshots
Screenshots are uploaded in Blockly Groups.
Desktop (please complete the following information):
Additional context
I have figured out a fix.
Replace line 718 - 720 in
demos/blockfactory/block_definition_extractor.js
with the following code.The text was updated successfully, but these errors were encountered: