mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
fix: Fix regressions in Field. (#9011)
This commit is contained in:
@@ -49,7 +49,6 @@ export class FieldVariable extends FieldDropdown {
|
||||
* dropdown.
|
||||
*/
|
||||
variableTypes: string[] | null = [];
|
||||
protected override size_: Size;
|
||||
|
||||
/** The variable model associated with this field. */
|
||||
private variable: IVariableModel<IVariableState> | null = null;
|
||||
|
||||
Reference in New Issue
Block a user