mirror of
https://github.com/google/blockly.git
synced 2026-01-11 10:57:07 +01:00
Fix conflict between 'utils' and 'image dropdown' merges.
This commit is contained in:
@@ -352,7 +352,7 @@ Blockly.FieldDropdown.prototype.render_ = function() {
|
||||
|
||||
if (this.imageJson_) {
|
||||
// Image option is selected.
|
||||
this.imageElement_ = Blockly.createSvgElement('image',
|
||||
this.imageElement_ = Blockly.utils.createSvgElement('image',
|
||||
{'y': 5,
|
||||
'height': this.imageJson_.height + 'px',
|
||||
'width': this.imageJson_.width + 'px'}, this.fieldGroup_);
|
||||
|
||||
Reference in New Issue
Block a user