mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
Remove forceRerender() from FieldDropDown.
Errantly forced whole block to rerender, including fields that had not yet been initialized. Fixes #1609
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user