mirror of
https://github.com/google/blockly.git
synced 2026-06-16 16:15:14 +02:00
Removed angle field WidgetDiv.hide call.
This commit is contained in:
@@ -237,7 +237,6 @@ Blockly.FieldAngle.prototype.dropdownDispose_ = function() {
|
||||
*/
|
||||
Blockly.FieldAngle.prototype.hide_ = function() {
|
||||
Blockly.DropDownDiv.hideIfOwner(this);
|
||||
Blockly.WidgetDiv.hide();
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user