mirror of
https://github.com/google/blockly.git
synced 2026-06-17 08:35:12 +02:00
6ff3ff2e85
null was being converted to 0 by Number() when it should cause the default value to be set instead. This updates FieldNumber and FieldAngle to handle nulls correctly. Also update jsdoc. Fixes #3177