Merge pull request #1610 from AnmAtAnm/rm-dropdown-init-forceRerender

Remove forceRerender() from FieldDropDown.init()
This commit is contained in:
Rachel Fenichel
2018-02-13 17:14:58 -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();
};
/**