Merge pull request #1611 from AnmAtAnm/rc/feb_2018

Remove forceRerender() from FieldDropDown.
This commit is contained in:
Rachel Fenichel
2018-02-13 17:14:44 -08:00
committed by GitHub

View File

@@ -131,8 +131,6 @@ Blockly.FieldDropdown.prototype.init = function() {
' ' + Blockly.FieldDropdown.ARROW_CHAR));
Blockly.FieldDropdown.superClass_.init.call(this);
// Make sure the arrow gets rendered.
this.forceRerender();
};
/**