mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
chore: clean up field default values (#6613)
This commit is contained in:
committed by
GitHub
parent
78af46e72b
commit
6ce06e6982
@@ -238,7 +238,7 @@ export class FieldCheckbox extends Field<boolean> {
|
||||
|
||||
fieldRegistry.register('field_checkbox', FieldCheckbox);
|
||||
|
||||
(FieldCheckbox.prototype as AnyDuringMigration).DEFAULT_VALUE = false;
|
||||
FieldCheckbox.prototype.DEFAULT_VALUE = false;
|
||||
|
||||
/**
|
||||
* Config options for the checkbox field.
|
||||
|
||||
Reference in New Issue
Block a user