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
@@ -322,7 +322,7 @@ export class FieldNumber extends FieldInput<number> {
|
||||
|
||||
fieldRegistry.register('field_number', FieldNumber);
|
||||
|
||||
(FieldNumber.prototype as AnyDuringMigration).DEFAULT_VALUE = 0;
|
||||
FieldNumber.prototype.DEFAULT_VALUE = 0;
|
||||
|
||||
/**
|
||||
* Config options for the number field.
|
||||
|
||||
Reference in New Issue
Block a user