fix: Fix regressions in Field. (#9011)

This commit is contained in:
Aaron Dodson
2025-05-13 14:26:00 -07:00
committed by GitHub
parent 6bee1ca196
commit 14e1ef6dc6
4 changed files with 47 additions and 3 deletions

View File

@@ -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;