mirror of
https://github.com/google/blockly.git
synced 2026-01-11 02:47:09 +01:00
Updated TODOs with issue numbers.
This commit is contained in:
@@ -65,7 +65,8 @@ Blockly.Field = function(value, opt_validator, opt_config) {
|
||||
}
|
||||
tooltip && this.setTooltip(tooltip);
|
||||
|
||||
// TODO: Possibly eventually add configurations like cursor and css class.
|
||||
// TODO (#2884): Possibly add CSS class config option.
|
||||
// TODO (#2885): Possibly add cursor config option.
|
||||
}
|
||||
|
||||
this.setValue(value);
|
||||
|
||||
Reference in New Issue
Block a user