mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-06-03 16:34:59 -04:00
chore: pull request feedback
This commit is contained in:
parent
ffcd546474
commit
366df5c192
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ Blockly.ScratchBlocks.VerticalExtensions.colourHelper = function(category) {
|
||||||
*/
|
*/
|
||||||
Blockly.ScratchBlocks.VerticalExtensions.COLOUR_TEXTFIELD = function() {
|
Blockly.ScratchBlocks.VerticalExtensions.COLOUR_TEXTFIELD = function() {
|
||||||
this.setColourFromRawValues_(Blockly.Colours.textField,
|
this.setColourFromRawValues_(Blockly.Colours.textField,
|
||||||
Blockly.Colours.textField, Blockly.Colours.textField);
|
Blockly.Colours.textField, Blockly.Colours.textField,
|
||||||
|
Blockly.Colours.textField);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue