Removed angle field WidgetDiv.hide call.

This commit is contained in:
Beka Westberg
2019-06-10 15:26:44 -07:00
parent 81035c3bcb
commit 153817eaee

View File

@@ -237,7 +237,6 @@ Blockly.FieldAngle.prototype.dropdownDispose_ = function() {
*/
Blockly.FieldAngle.prototype.hide_ = function() {
Blockly.DropDownDiv.hideIfOwner(this);
Blockly.WidgetDiv.hide();
};
/**