mirror of
https://github.com/google/blockly.git
synced 2026-01-09 18:10:08 +01:00
PR comments
This commit is contained in:
@@ -542,7 +542,7 @@ Blockly.Field.prototype.classValidator = function(text) {
|
||||
'Field.prototype.classValidator',
|
||||
'May 2019',
|
||||
'December 2020',
|
||||
'doClassValidation');
|
||||
'Blockly.Field.prototype.doClassValidation_');
|
||||
return text;
|
||||
};
|
||||
|
||||
@@ -634,7 +634,7 @@ Blockly.Field.prototype.updateWidth = function() {
|
||||
'Field.prototype.updateWidth',
|
||||
'May 2019',
|
||||
'December 2020',
|
||||
'Blockly.Field.updateSize_ or Blockly.utils.dom.getTextWidth()');
|
||||
'Blockly.Field.prototype.updateSize_ or Blockly.utils.dom.getTextWidth');
|
||||
this.updateSize_();
|
||||
};
|
||||
|
||||
|
||||
@@ -429,7 +429,7 @@ Blockly.RenderedConnection.prototype.isConnectionAllowed = function(candidate,
|
||||
'RenderedConnection.prototype.isConnectionAllowed',
|
||||
'July 2020',
|
||||
'July 2021',
|
||||
'the workspace\'s connection checker');
|
||||
'Blockly.Workspace.prototype.getConnectionChecker().canConnect');
|
||||
if (this.distanceFrom(candidate) > maxRadius) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user