mirror of
https://github.com/google/blockly.git
synced 2026-01-11 02:47:09 +01:00
Remove call to setText in playground (#3168)
* Remove last instance of setText
This commit is contained in:
@@ -237,7 +237,6 @@ function addToolboxButtonCallbacks() {
|
||||
for (var i = 0, block; block = blocks[i]; i++) {
|
||||
var imageField = block.getField('IMAGE');
|
||||
imageField.setValue(src);
|
||||
imageField.setText(image);
|
||||
}
|
||||
};
|
||||
var addVariables = function(button) {
|
||||
|
||||
Reference in New Issue
Block a user