This commit is contained in:
Rachel Fenichel
2017-12-06 17:00:22 -08:00
parent 1d78d7be45
commit 7ef19b6851

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