mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Remove getCorrectedSize for fields
This commit is contained in:
@@ -217,7 +217,7 @@ Blockly.blockRendering.Field = function(field, parentInput) {
|
||||
this.isEditable = field.isCurrentlyEditable();
|
||||
this.type = 'field';
|
||||
|
||||
var size = this.field.getCorrectedSize();
|
||||
var size = this.field.getSize();
|
||||
this.height = size.height;
|
||||
this.width = size.width;
|
||||
this.parentInput = parentInput;
|
||||
|
||||
Reference in New Issue
Block a user