mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-05-29 22:14:16 -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() {
|
||||
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