Merge pull request #1496 from rachel-fenichel/bugfix/1467

Fix #1467
This commit is contained in:
Rachel Fenichel
2017-12-07 15:06:37 -08:00
committed by GitHub

View File

@@ -175,6 +175,13 @@ Blockly.FieldImage.prototype.render_ = function() {
// NOP
};
/**
* Images are fixed width, no need to render even if forced.
*/
Blockly.FieldImage.prototype.forceRerender = function() {
// NOP
};
/**
* Images are fixed width, no need to update.
* @private